NAV
TLDRai.com
shell python php javascript

Introduction

Welcome to the TLDRai.com platform API!

Each feature is designed to help our users more easily make summaries with AI on TLDRai.com"s system.

To get your API key please go to account page.

Default Base URL

The default base URL for TLDRai.com API is: https://api.tldrai.com/v1/

Note: for security reasons, all TLDRai.com APIs are served over HTTPS only.

Authorization

To use the TLDRai.com API, you’ll need the API key that is linked to your account.

The authorization value should be send in Headers request.

Authorization: <api_key>

Summarize text

Copy to Clipboard
curl -X POST \ https://api.tldrai.com/v1/tldr-text/ \ -H 'Authorization: api_key' \ -F 'text=A black hole is a region in space where the gravitational pull is so strong...' \ Get result curl -X POST \ https://api.tldrai.com/v1/results/ \ -F 'uuid=response_uuid'

Response

Copy to Clipboard
/path/to/local/result.txt

HTTP Request

POST /tldr-text/

Query parameters

Parameter Type Description Example
text Required The full text you want summary A black hole is a region in space where the gravitational pull is so strong...

Summarize text from file

Copy to Clipboard
curl -X POST \ https://api.tldrai.com/v1/tldr-file/ \ -H 'Authorization: api_key' \ -F 'files=@test_files/text.pdf' Get result curl -X POST \ https://api.tldrai.com/v1/results/ \ -F 'uuid=response_uuid'

Response

Copy to Clipboard
/path/to/local/result.txt

HTTP Request

POST /tldr-file/

Query parameters

Parameter Type Description Example
files Required Tell the AI the language in which to return the summary of the video .pdf, .doc, .docx, .txt

Summarize text from Link/URL

Copy to Clipboard
curl -X POST \ https://api.tldrai.com/v1/tldr-url/ \ -H 'Authorization: api_key' \ -F 'url=https://loualcala.com/sabor-a-exito/' Get result curl -X POST \ https://api.tldrai.com/v1/results/ \ -F 'uuid=response_uuid'

Reponse

Copy to Clipboard
/path/to/local/result.txt

HTTP Request

POST /tldr-url/

Query parameters

Parameter Type Description Example
url Required The link of the text you want to summarize. https://loualcala.com/sabor-a-exito/