cURL
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>"
Article Extractor endpoint.
Please use the newer scraper/extract-article for more flexibility.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type any.
any