cURL
curl --request POST \ --url https://api.vambo.ai/v1/identify/text \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "text": "<string>" } '
{ "primary": { "name": "<string>", "script": "<string>", "code": "<string>" }, "additional": [ { "name": "<string>", "script": "<string>", "code": "<string>" } ] }
Returns the languages that the given text is written in
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The text to identify
Identify text response
Show child attributes