# Steadily Draft Quote API

**Canonical:** https://apis.io/apis/steadily/steadily-draft-quote-api/  
**Provider:** Steadily — https://apis.io/providers/steadily/  
**Base URL:** https://api.steadily.com  
**Documentation:** https://api.steadily.com/redoc

Steadily Draft Quote API is one of 8 APIs that [Steadily](https://apis.io/providers/steadily/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Draft Quote. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

A Draft Quote is an editable draft of a policy. Create a new draft quote by passing in basic insured and property information to `POST /v1/agency/draft_quote` with an authenticated bearer token header. Provide any known details about the property in the request - Steadily will resolve the rest of the information from our data sources. Our requests and responses are designed to mirror each other so that the request structure is self-documenting. To perform updates, send back the full quote payload you got from create with any modifications made in-place. Use the `/price` endpoint to get a pricing breakdown and `/underwrite` to check for underwriting decisions and alerts. The response includes an `agent_ui_url` field — this is the URL used to bridge the agent into the Steadily UI to review the quote, resolve any underwriting alerts, and complete the bind flow.

## Operations (6)

| Method | Path | Summary |
|---|---|---|
| POST | `/v1/agency/draft_quote` | Quote Create |
| GET | `/v1/agency/draft_quote` | Quote List |
| GET | `/v1/agency/draft_quote/{quote_id}` | Quote Info |
| PUT | `/v1/agency/draft_quote/{quote_id}` | Quote Update |
| GET | `/v1/agency/draft_quote/{quote_id}/price` | Price Quote |
| GET | `/v1/agency/draft_quote/{quote_id}/underwrite` | Underwriting Info |

## Machine-readable artifacts (4)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/steadily/refs/heads/main/openapi/steadily-draft-quote-api-openapi.yml
- **Documentation** — https://api.steadily.com/redoc
- **Documentation** — https://api.steadily.com/estimate-api/redoc
- **Documentation** — https://api.steadily.com/quote-rater/redoc

## Other Steadily APIs (7)

- [Steadily Account API](https://apis.io/apis/steadily/steadily-account-api/)
- [Steadily Lead Referrals API](https://apis.io/apis/steadily/steadily-lead-referrals-api/)
- [Steadily Lender API](https://apis.io/apis/steadily/steadily-lender-api/)
- [Steadily Policy API](https://apis.io/apis/steadily/steadily-policy-api/)
- [Steadily Quote Estimates API](https://apis.io/apis/steadily/steadily-quote-estimates-api/)
- [Steadily Quote Offer API](https://apis.io/apis/steadily/steadily-quote-offer-api/)
- [Steadily Reporting API](https://apis.io/apis/steadily/steadily-reporting-api/)

## Tags

Draft Quote

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/steadily/steadily-draft-quote-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/steadily/.
