List Models

List available models for inference.

Body·Obj In
application/json
  • Type: object · nullable
Responses
  • application/json
  • application/json
  • application/json
Request Example for post/api/v3/public/models/
curl /api/v3/public/models/ \
  --request POST \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: YOUR_SECRET_TOKEN' \
  --data '{
  "api_token": ""
}'
[
  {
    "model_name": "string",
    "model_id": 1,
    "status": "string",
    "date_created": "2026-08-28T12:22:44.068Z",
    "is_classification": true,
    "dataset_id": 1
  }
]