Pricing
Returns the current pricing information for Appendix encounters.
GET
/api/v1/config/pricingParameters
This endpoint takes no parameters.
Request example
curl
curl "https://api.appendix.com/api/v1/config/pricing"Response example
{
"amount": "$99",
"baseAmount": "$99",
"seatAmount": "$29",
"currency": "usd",
"includes": [
"Our doctors on retainer, accessible through any AI agent",
"Personal response from our in-house physicians with every submission",
"Prescriptions included as clinically appropriate",
"E-prescription sent to any U.S. pharmacy",
"Add family members for $29/mo each — adults and kids as young as 6 months",
"Cancel anytime"
],
"refundPolicy": "You may cancel your subscription at any time. Upon cancellation, you will receive a prorated refund for the unused portion of the current billing period. If a prescription has been issued during the current billing period, that period is paid in full and non-refundable; cancellation stops all future charges but does not refund the current period. Refunds are processed to the original payment method within 5–10 business days.",
"fairUsePolicy": "Subject to our fair use policy. Appendix reserves the right to limit usage at its discretion."
}Response schema
| Field | Type | Description |
|---|---|---|
amount | string | Display price (e.g., "$99") |
currency | string | Currency code (e.g., "usd") |
includes | string[] | List of features included in the price |
refundPolicy | string | Human-readable refund policy |