Authentication
Authentication
Required request parameters
You must provide:- Name (
name
) - The name for the batch - Project (
project
) - Project ID or project name to associate with the batch
Authorizations
Your API Key is the Bearer token. See the Authentication section to learn how to access your key.
Body
The name of the batch.
"My Scale Batch"
A unique identifier for the project.
"project_abc123"
The name of the project.
"My Scale Project"
Callback URL or email for the entity upon completion.
"https://example.com/callback"
Whether this is a staging batch.
Custom metadata for the entity.
Response
Batch created successfully.
A unique identifier for the batch.
"batch_abc123"
The name of the batch.
"My Scale Batch"
A timestamp formatted as an ISO 8601 date-time string.
Status of the batch.
staging
, in_progress
, completed
, paused
, cancelled
Custom metadata for the entity.
UTC timestamp when the batch was completed.
Callback URL or email for the entity upon completion.
"https://example.com/callback"