cURL
curl --request POST \ --url https://api.metatext.ai/v2/classify/{project_id} \ --header 'Content-Type: application/json' \ --data ' { "text": "<string>", "model": "<string>", "options": { "refresh": false } } '
{ "predictions": [] }
Show child attributes
Successful Response