// DocQuote
// AI-native API for generating professional sales quote PDFs from structured JSON.
// Built for autonomous agents.
// service identity
{
"service": "DocQuote",
"type": "ai-native-api",
"input": "structured JSON",
"output": "professional sales quote PDF",
"auth": "API key required for protected generation endpoints",
"free_tier": "5 PDFs per key"
}
// discovery_urls
{
}
// recommended_agent_flow
// 1.
POST /v1/keys/register
→
obtain API key
// 2.
POST /v1/quote/preview
→
validate payload (free, no billing)
// 3.
POST /v1/quote/pdf
→
generate PDF (use
Idempotency-Key)
// 4.
POST /v1/credits/checkout
→
purchase credits when free tier exhausted