Split a document into logical sections based on category descriptions. Useful for separating multi-section documents like contracts or reports.
API key authentication. Use your Aifano API key (starts with ak_live_) as the Bearer token.
The document to process. Accepts: (1) a public URL, (2) a presigned S3 URL, (3) an aifano://file_id from /upload, or (4) a jobid://job_id from a previous /parse call.
Categories to split the document into.
Rules for how to split the document.
Configuration for the parsing step. Ignored when using jobid:// input.