Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Body
application/json
API key name.
Required string length:
1 - 200
Examples:
"my-key"
API key description.
Examples:
"My first key"
Expiration date for the API key in ISO 8601 format.
Examples:
"2024-08-22T11:21:00Z"
Inference instance IDs to bind to the API key.
Examples:
["3fa85f64-5717-4562-b3fc-2c963f66afa6"]
Project ID.
Examples:
1
Response
API Key
API key creation date in ISO 8601 format.
Examples:
"2022-01-01T00:00:00Z"
API key ID.
Examples:
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
API key name.
Required string length:
1 - 200
Examples:
"my-key"
API key secret.
Examples:
"my-secret"
API key status.
Examples:
"ACTIVE"
API key description.
Examples:
"My first key"
Expiration date for the API key in ISO 8601 format.
Examples:
"2024-08-22T11:21:00Z"
Inference instance IDs to bind to the API key.
Examples:
["3fa85f64-5717-4562-b3fc-2c963f66afa6"]
Project ID.
Examples:
1