cURL
curl --request GET \ --url https://api.gcore.com/cloud/v3/inference/{project_id}/deployments/{deployment_name}/apikey \ --header 'Authorization: <api-key>'
{ "secret": "my-secret", "status": "PENDING" }
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Project ID
1
Inference instance name.
"my-instance"
OK
API key secret
"my-secret"
API key status
PENDING
READY
"READY"