Create Summary Job
POST/summaries/jobs
Start a document summarization job.
Creates a background job to generate a summary for a document. Returns a job ID that can be used to poll for the result.
Use the GET /summaries/jobs/{job_id} endpoint
to check status and retrieve results.
Request
Responses
- 201
- 401
- 403
- 404
- 422
Summary job created successfully
Unauthorized
Forbidden
Not Found
Unprocessable Entity