Create a new job
POST/api/v1/jobs
Create and queue a new document or template generation job.
config must be a valid JSON object conforming to:
- For
type: document: Schema fromjson2doc://schemas/document - For
type: template: Schema fromjson2doc://schemas/template
Request
Responses
- 201
- 400
- 401
- 402
- 500
Job created successfully
Invalid job configuration
Unauthorized
Insufficient tokens
Internal server error