API Reference
cURL
curl --request POST \ --url https://api.example.com/api/models/test \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "model_ids": [ "<string>" ] } '
[ { "model_id": "<string>", "status": "<string>", "response_time": 123, "message": "<string>", "error": "<string>" } ]
Test model configurations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Model test request schema
Successful Response