Version: 1.0.0
Propper Gen API
Document Generation API for the Propper Platform.
Base URL
- Production:
https://api.propper.ai/v1/docgen
Authentication
OAuth 2.0 Bearer token:
Authorization: Bearer <access_token>
OAuth Scopes
| Scope | Description |
|---|---|
docgen:read | Read templates, documents, batches, approvals |
docgen:write | Create/update templates, generate documents, create batches |
docgen:admin | Archive/promote templates, cancel/retry batches, review approvals |
Granular Scopes
| Scope | Description |
|---|---|
docgen:templates:read | Read templates |
docgen:templates:write | Create/update templates |
docgen:documents:read | Read documents |
docgen:documents:write | Generate documents |
docgen:batches:read | Read batch jobs |
docgen:batches:write | Create batch jobs |
docgen:approvals:read | Read approvals |
docgen:approvals:write | Review approvals |
Key Endpoints
GET /v1/docgen/templates- List templatesPOST /v1/docgen/templates- Create templatePOST /v1/docgen/documents- Generate documentPOST /v1/docgen/batches- Create batch jobGET /v1/docgen/approvals/pending- List pending approvals
Rate Limits
| Category | Limit |
|---|---|
| Default | 300 req/min |
| Document Generation | 60 req/min |
| Batch Creation | 20 req/min |
| Downloads | 120 req/min |
Authentication
- HTTP: Bearer Auth
OAuth 2.0 access token
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |