Authentication
Authentication
Every request sent to Scale’s API requires authentication. In short, your API Key is the Bearer token. See the Authentication section for more details.
Required query parameters
You are expected to provide one of the following:- Project ID (
project_id
) - Project Name (
project_name
)
Authorizations
Your API Key is the Bearer token. See the Authentication section to learn how to access your key.
Query Parameters
Scale's unique identifier for the project.
Example:
"project_abc123"
The name of the project.
Example:
"My Scale Project"
Response
Project details.
Unique identifier for the project
Example:
"project_abc123"
The name of the project.
Example:
"My Scale Project"
A timestamp formatted as an ISO 8601 date-time string.
List of project types associated with the project.
Example:
["RLHF: Pref Ranking"]
List of models associated with the project.
The name of the model that generated the message.
Example:
["gpt-4", "my-model-123"]