GET
/
models
/
{model}
Retrieve model
curl --request GET \
  --url https://api.anyapi.ai/v1/models/{model} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "model",
  "created": 123,
  "owned_by": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Get your API key from the dashboard.

Path Parameters

model
string
required

The ID of the model to use for this request

Response

200 - application/json

Successful response

The response is of type object.