changedInput schema / $schema
Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
addedInput schema / properties / output_format / description
Added value: +"Output format"
addedInput schema / properties / password / description
Added value: +"Password for encrypted PDFs"
addedInput schema / properties / pdf / description
Added value: +"Base64-encoded PDF content — last resort only; prefer pdf_file for an attachment or pdf_url for a link"
addedInput schema / properties / pdf_file / description
Added value: +"An attached PDF (populated automatically by ChatGPT — do not construct this yourself)."
addedInput schema / properties / pdf_file / properties / download_url / description
Added value: +"Signed URL ChatGPT provides to fetch the attached PDF's bytes."
addedInput schema / properties / pdf_file / properties / file_id / description
Added value: +"ChatGPT's identifier for the attached file."
addedInput schema / properties / pdf_file / properties / file_name / description
Added value: +"Original filename of the attached file, when ChatGPT provides one."
addedInput schema / properties / pdf_file / properties / mime_type / description
Added value: +"MIME type of the attached file, when ChatGPT provides one."
addedInput schema / properties / pdf_url / description
Added value: +"HTTPS URL to fetch the PDF from"
addedInput schema / properties / upload_id / description
Added value: +"An upload_id from request_upload, after PUTting the file to its upload_url. Use this only when your host has no other way to reference the attached file (no pdf_file/pdf_url equivalent)."
addedInput schema / properties / upload_ids / description
Added value: +"Batch of upload_ids from a single request_upload(count) call, each already PUT to its own upload_url — converts many statements in one call. Mutually exclusive with pdf, pdf_url, pdf_file, and upload_id. Admission only: the response reports per-file status immediately, never waiting for conversion — fetch results per document_id via get_statement."
changedOutput schema / $schema
Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"