GET
/
project
/
{project_id}
/
inference-api-key
/
{inference_api_key_id}
curl --request GET \
  --url https://api.ubicloud.com/project/{project_id}/inference-api-key/{inference_api_key_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "akaz0q3vbrpa7pkg7zbmah9csn",
  "key": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

ID of the project

Example:

"pjkkmx0f2vke4h36nk9cm8v8q0"

inference_api_key_id
string
required

ID of the inference API key

Example:

"akkkmx0f2vke4h36nk9cm8v8q0"

Response

200
application/json

An Inference API Key

The response is of type object.