POST
/
extract-text
curl --request POST \
  --url https://tinq.ai/api/v2/extract-text \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data'
"<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
input_file
file

Response

200 - application/json
Successful response

The response is of type any.