Triggered immediately when a filing is ingested. Metadata (Filing Type, Language) and Markdown content may be null at this stage.
Request
Body Params application/json
Request Code Samples
curl --location --request POST 'https://your-api-server.com' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
(Success) Acknowledge receipt.
This response does not have a body.
Modified at 2026-04-01 15:50:00