Get a pre-signed URL to upload your Docker build context
.tar.gz). The upload URL validates both the content type and file size.Authentication using a Pipecat Cloud API token.
Target region for the build. Must be a region where cloud builds are enabled.
"us-west"
Upload URL generated successfully
Unique identifier for this upload. Use this when creating the build.
"550e8400-e29b-41d4-a716-446655440000"
Pre-signed URL to upload your context archive. Use HTTP POST with form-data.
"https://daily-co-pcc-build-context.s3.amazonaws.com"
Form fields that must be included when uploading to the pre-signed URL.
{
"key": "org-123/550e8400-e29b-41d4-a716-446655440000.tar.gz",
"bucket": "daily-co-pcc-build-context-qa-us-west-2",
"Content-Type": "application/gzip",
"Policy": "eyJleHBpcmF0aW9uIjoi...",
"X-Amz-Algorithm": "AWS4-HMAC-SHA256",
"X-Amz-Credential": "ASIA.../us-west-2/s3/aws4_request",
"X-Amz-Date": "20260220T120000Z",
"X-Amz-Security-Token": "FwoGZXIvYXdzE...",
"X-Amz-Signature": "abc123..."
}
When the upload URL expires. Upload must complete before this time.
"2026-02-20T12:15:00.000Z"