POST
/
extract-article
curl --request POST \
  --url https://tinq.ai/api/v2/extract-article \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form extract_url=https://www.cbsnews.com/news/paul-whelan-face-the-nation-interview-russian-imprisonment-ptsd/
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string
Accept
string

Body

multipart/form-data
extract_url
string

Response

200 - application/json
Successful response

The response is of type any.