Skip to main content
GET
/
assets
/
models
/
{resource_uri}
/
secret
Get Model Secret
curl --request GET \
  --url https://api.example.com/assets/models/{resource_uri}/secret \
  --header 'Authorization: Bearer <token>'
{
  "resource_uri": "model:acme-corp:ml-project:gpt-4o",
  "secrets": {
    "credentials": "{\"api_key\": \"sk-...\"}"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Headers

X-Project-ID
string | null

Path Parameters

resource_uri
string
required

Model resource URI

Response

Secret values for the model

Response containing secret values for a model.

secrets
Secrets · object
required

Map of secret names to their values

resource_uri
string
required