Skip to main content
Creates a new project under the authenticated user’s account.

Endpoint

Authentication

string
required
Bearer token with your API key. Requires read_write permission.

Body Parameters

string
required
Project name. Maximum 100 characters.
string
Short description of the project.
string
Longer description shown on the pricing page header.
string
default:"USD"
Currency code for pricing (e.g. "USD", "EUR", "GBP").

Response

Returns the full project object with status 201 Created.
number
Unique project ID
string
Project display name
string
Auto-generated URL-friendly identifier
string
Short project description
string
Pricing page header description
string
Public share identifier for the embed widget
string
Currency code
boolean
Whether the project is active (defaults to true)
string
ISO 8601 creation timestamp
string
ISO 8601 last-updated timestamp

Example

Errors