Skip to main content
GET
Together AI SDK (v2)

Authorizations

Authorization
string
header
default:default
required

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

Response

API key identity information

api_key_id
string
required

The ID of the API key that authenticated the request.

project_id
string
required

The ID of the project the API key is scoped to.

project_name
string
required

Human-readable name of the project.

project_slug
string
required

DNS-friendly project identifier. Used with an endpoint slug as <project_slug>/<endpoint_slug> to form the model value in dedicated endpoint inference calls.

organization_id
string
required

The ID of the organization that owns the project.

organization_name
string
required

Human-readable name of the organization.

user_id
string

The ID of the authenticated user, if available.