cURL
curl --request POST \ --url https://api.example.com/fill \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'file_id=<string>' \ --data 'prompt=<string>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Enqueue a PDF fill job (async-only).
Requires:
Returns 202 with job_id and fill_id. Client polls GET /fill/.
Successful Response