cURL
curl --request GET \ --url https://api.anyapi.ai/v1/model/info \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "model", "created": 123, "owned_by": "<string>" }
Bearer token authentication. Get your API key from the dashboard.
Model id
Successful response
The model identifier
The object type
model
The Unix timestamp (in seconds) when the model was created
The organization that owns the model