Python
Everywhere Inference
Get inference API key
This endpoint retrieves a specific API key for everywhere inference.
GET
Python
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-1046.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
Example:
1
Api key name.
Minimum string length:
4Pattern:
^[a-z0-9]([-a-z0-9]*[a-z0-9])?$Example:
"aws-dev"
Response
200 - application/json
OK
Timestamp when the API Key was created.
Example:
"2023-10-01T12:00:00Z"
List of inference deployment names to which this API Key has been attached.
Example:
["inference-1", "inference-2"]Description of the API Key.
Example:
"This key is used for accessing the inference service."
Timestamp when the API Key will expire.
Example:
"2024-10-01T12:00:00Z"
API Key name.
Example:
"my-api-key"