Assets
Asset upload and management
Generates a signed PUT URL for uploading files directly to S3
API key for authentication. Format - apikey YOUR_API_KEY
File name with extension
Project ID
File type (determines S3 path)
Custom storage ID
Custom bucket name
Upload URL generated successfully
Upload URL generated successfully
Generates a signed GET URL for downloading files from S3
API key for authentication. Format - apikey YOUR_API_KEY
Asset URL to sign
Storage ID
Signed URL generated successfully
Signed URL generated successfully
Imports assets from cloud storage (S3, GCS, Azure) and creates tasks
API key for authentication. Format - apikey YOUR_API_KEY
Project ID
JSON stringified array of batch names
Whether to download and store assets locally.
- "true": Download assets from cloud URLs and store locally
- "false": Keep assets in cloud (reference URLs only) Default: "false" for cloud imports
falsePossible values: Task priority for queue ordering (higher values = higher priority)
0Assets imported successfully
Bad request - validation error
Uploads chat/conversation assets for chat annotation projects
API key for authentication. Format - apikey YOUR_API_KEY
Project ID
JSON file with conversations
JSON stringified conversations array
JSON stringified batch names
LLM configuration JSON
Chat assets uploaded successfully
Chat assets uploaded successfully
Retrieves assets for a specific project with optional filtering
API key for authentication. Format - apikey YOUR_API_KEY
Project ID
Page number (1-indexed)
1Items per page (max 100)
10JSON stringified filter object
Filter by external ID
Filter by batch names
Assets retrieved successfully
Assets retrieved successfully
Deletes multiple assets from a project
API key for authentication. Format - apikey YOUR_API_KEY
Project ID
Assets deleted successfully
Assets deleted successfully
Updates asset metadata or properties
API key for authentication. Format - apikey YOUR_API_KEY
Asset ID
Asset updated successfully
Asset updated successfully
Assigns batch names to existing assets
API key for authentication. Format - apikey YOUR_API_KEY
addPossible values: Batches assigned successfully
Batches assigned successfully
Last updated