Create a draft purchase request from pasted quote text
POST/purchase-requests/from-quote/text
Accepts raw quote text, extracts structured quote data via LLM, and creates a draft purchase request prefilled from it. The optional kind field overrides the LLM-inferred one_time/subscription classification.
Request
Responses
- 201
- 400
- 401
- 403
- 429
- 500
Draft purchase request created
Bad request - validation error
Unauthorized - user not authenticated
Forbidden - request denied by authorization, or blocked by the API firewall
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request
Internal server error