Create a build
Builds
Create Build
Create a new build or return a cached build for your uploaded context
POST
Create a build
Documentation Index
Fetch the complete documentation index at: https://docs.pipecat.ai/llms.txt
Use this file to discover all available pages before exploring further.
Build Caching
Pipecat Cloud automatically caches successful builds based on three factors:- Context hash - A hash of your uploaded context archive
- Region - The target deployment region
- Dockerfile path - The path to your Dockerfile
cached: true. This makes repeated deployments much faster.
Build Flow
Example: Complete Build Flow
Build Statuses
| Status | Description |
|---|---|
pending | Build created, waiting to start |
building | Build is in progress |
success | Build completed successfully, imageUri is available |
failed | Build failed, check errorMessage for details |
timeout | Build exceeded the time limit |
Authorizations
Authentication using a Pipecat Cloud API token.
Body
application/json
The upload ID returned from the upload-url endpoint.
Example:
"550e8400-e29b-41d4-a716-446655440000"
Target region for the build. Must match the region used when getting the upload URL.
Example:
"us-west"
Path to the Dockerfile within the context archive.
Example:
"Dockerfile"