Skip to main content
POST

Overview

The Update Build API allows you to modify an existing website. It reuses the same hosting infrastructure, providing faster deployments and discounted pricing while maintaining your existing URL and SEO.

Authentication

Requires x402 payment. First call returns a quote (402), second call with payment executes.

Request Body

string
required
The request_id from the original build’s completed result. This identifies which website to update.
object
required
Updated product information.
string
Website type (optional, keeps existing if not specified)
string[]
Updated sections to include
object
Lead capture configuration
object
Updated brand settings
object
Updated image URLs
string
Custom domain

Quote Response (402)

Returns pricing with update discount applied:
boolean
true for update requests
string
Discount amount applied

Execution Response (202)

Same as create, but updates existing deployment.

Benefits of Updates

  • Faster deployments: Reuses existing infrastructure
  • Discounted pricing: Significant savings vs new builds
  • Same URL: Maintains existing domain and SEO
  • Version history: Previous versions accessible in GitHub
Store the request_id from your initial build to use for future updates.