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
Path Parameters
Project ID
Examples:
1
Api key name.
Minimum length:
4
Examples:
"aws-dev"
Response
200 - application/json
OK
Timestamp when the API Key was created.
Examples:
"2023-10-01T12:00:00Z"
List of inference deployment names to which this API Key has been attached.
Examples:
["inference-1", "inference-2"]
Description of the API Key.
Examples:
"This key is used for accessing the inference service."
Timestamp when the API Key will expire.
Examples:
"2024-10-01T12:00:00Z"
API Key name.
Examples:
"my-api-key"