cURL
curl --request GET \ --url https://api.vogent.ai/api/models
{ "data": [ { "id": "<string>", "name": "<string>", "modelOptions": [ { "id": "<string>", "name": "<string>", "valueType": "STRING", "default": "<string>" } ] } ], "cursor": "<string>" }
List the models available on your account.
The maximum number of records to fetch.
The pagination cursor returned by the previous request. Feed the result provided by vogent verbatim.
Successful operation
The response is of type object.
object