Skip to main content
POST
Produce a quote

Authorizations

Authorization
string
header
required

Pass your API key as a bearer token. Test keys start with sk_test_; Live keys start with sk_live_.

Headers

Idempotency-Key
string
required

A unique key (up to 200 characters) so retries replay instead of duplicating.

Maximum string length: 200

Path Parameters

id
string
required

The account ID.

Body

application/json
services
object[]
required

The services to price (1–10).

Required array length: 1 - 10 elements
context
object

Optional context key-value pairs (string, number, or boolean values).

Response

The produced quote.

object
enum<string>
Available options:
quote
quote_id
string
state
enum<string>

The quote's state after disposition.

Available options:
quoted,
awaiting_approval,
observed,
new
disposition
enum<string>

What the evaluator did with the quote.

Available options:
send,
hold,
observe,
unpriced
total
object | null
book
object | null
message
string

Present when the quote could not be priced.