For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search
/
Ask AI
Support
Dashboard
Getting Started
API Reference
Roadmap
Blog
Support
Dashboard
Billing Credits
Create credit bundle
Copy page
POST
https://api.schematichq.com
/
billing
/
credits
/
bundles
Authentication
X-Schematic-Api-Key
string
API Key authentication via header
Request
This endpoint expects an object.
bundle_name
string
Required
<=256 characters
credit_id
string
Required
currency
string
Required
price_per_unit
long
Required
>=0
bundle_type
enum or null
Optional
Allowed values:
fixed
currency_prices
list of objects or null
Optional
Show 3 properties
expiry_type
enum or null
Optional
Allowed values:
duration
end_of_billing_period
end_of_next_billing_period
end_of_trial
no_expiry
expiry_unit
enum or null
Optional
Allowed values:
billing_periods
days
expiry_unit_count
long or null
Optional
>=1
price_per_unit_decimal
string or null
Optional
quantity
long or null
Optional
>=1
status
enum or null
Optional
Allowed values:
active
inactive
Response
Created
data
object
Show 21 properties
params
object
Input parameters
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error