Documentation Index
Fetch the complete documentation index at: https://docs.genai.scale.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Your API Key is the Bearer token. See the Authentication section to learn how to access your key.
Scale's unique identifier for the task. Unique identifier for a task
"task_abc123"
List of completed tasks.
Unique identifier for the task.
"123"
Timestamp when the task was created.
"2024-01-01T00:00:00.000Z"
Type of the task
"chat"
Additional parameters for the task.
Response object containing task output.
{
"responses": [
{ "type": "Instructions", "output": "" },
{
"type": "PromptInput",
"output": "test prompt"
}
]
}