Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://alterhq.com/api/v1/models \ --header 'Authorization: Bearer <token>'
{ "object": "<string>", "data": [ { "id": "<string>", "object": "<string>", "created": 123, "owned_by": "<string>" } ] }
Bearer token issued by the Alter macOS app.
A list of models.
"list"
Show child attributes
Was this page helpful?