Products
Create a product.
post/v2/products
Request body
Example request
{
"name": "Text-to-speech",
"description": "Hosted or self-hosted TTS usage.",
"stripe_product_id": "prod_123"
}Response
Success.
Example response
{
"name": "Text-to-speech",
"stripe_product_id": "prod_123",
"created_at": 1767225600,
"updated_at": 1767225600,
"archived_at": 1767225600
}Changes
No recorded changes to this endpoint across all 1 revision of this API.