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",
"Content-Type": "application/gzip",
"policy": "eyJleHBpcmF0aW9uIjoi...",
"x-amz-signature": "abc123..."
}When the upload URL expires. Upload must complete before this time.
"2026-02-20T12:15:00.000Z"