List available models
/api/v1/models
Retrieve the list of active models available on your account, including their endpoints.
Example response
{
"data": [
{
"code": "FR_SPAM_HAM",
"name": "French Spam / Ham Detection",
"slug": "french-spam-ham-detection",
"call_url": "/api/v1/models/french-spam-ham-detection/predict",
"is_active": true
}
]
}
