List AI Models
GET/process/ai-models
Returns the list of available AI models configured in the system.
Use the model_id field when specifying the model parameter in TTS requests.
Query Parameters
| Parameter | Type | Description |
|---|---|---|
category | string | Filter by model category (e.g., tts) |
page | integer | Page number for pagination |
limit | integer | Results per page |
Example Usage
curl -X GET "https://gateway.aakashpay.com/ai/api/v2/process/ai-models?category=tts" \
-H "Authorization: your-access-token"
Request
Responses
- 200
- 401
- 500
Successfully retrieved AI models
Authentication failed
Server error occurred