createDocumentType
Create a new document type
Creates a new document type.
Non-admin users:
isPublicis forced tofalsesourceis set toUSERcodeTypemust be prefixed with the organization slug (e.g.,orgname_my_type)- At least 3 characters required after the prefix
Admin users:
- Can set
isPublictotrue sourcedefaults toADMIN- No prefix requirement on
codeType
Authorization
ApiKeyAuth Bearer token for API authentication
In: header
Request Body
application/json
Response Body
application/json
getConversionStatus GET
Retrieve the current status and result of an asynchronous conversion. **Status flow:** - `ENQUEUED` → `PROCESSING` → `SUCCESS` | `ERROR` **Polling recommendations:** - Poll every 2-3 seconds for active conversions - Stop polling when status is `SUCCESS` or `ERROR` - Maximum processing time: 60 minutes (auto-timeout)
getDocumentType GET
Retrieves details of a specific document type based on user permissions