AI-extract draft bills from documents

POST/api/v1/bills/ai-create

Upload pasted text, PDFs, images, Excel files, or a CSV to extract draft bill entities using AI. Returns draft bills in 'received' status format ready for user review before creation.

Operation ID: ai_create_bill_payload_api_v1_bills_ai_create_post·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Request body

pasted_textstring

Raw text content to extract a bill from. Limit 1 bill per text input. Mutually exclusive with pasted_text_s3_key.

pasted_text_s3_keystring

S3 key of pasted text content. Limit 1 bill per text input. Mutually exclusive with pasted_text.

single_bill_s3_keysarray · string

S3 keys of individual bill documents (PDFs, images, Excel). Each file is processed independently.

multi_bill_s3_keystring

S3 key of a CSV file containing multiple bills.

Responses

201Successful Response

successboolean
messagestring
codestring
dataBillAICreatePayloadResponse

400Bad Request - Invalid input

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject