v1

latestOpenAPI 3.1.02026-07-26151126273.9 KB

Form Filling Result Check

Poll this endpoint to check status of a Form Filling request and retrieve the filled form

get/api/v1/fill/{request_id}

Path parameters

request_idstring required

Cookies

wos-sessionstring
datalab_active_teamstring

Response

Successful Response

statusstring required

The status of the request. Should be 'complete' when the request is done.

result_urlstring nullable

Signed URL for downloading the completed result JSON when direct result download is required.

expires_ininteger nullable

Number of seconds until result_url expires.

successboolean nullable

Whether form filling succeeded.

errorstring nullable

Error message if form filling failed.

output_formatstring nullable

Output format: 'pdf' or 'png'.

output_base64string nullable

Base64-encoded filled form (PDF or PNG).

fields_filledstring[] nullable

List of field keys that were successfully filled.

fields_not_foundstring[] nullable

List of field keys that couldn't be matched to form fields.

runtimenumber nullable

Processing time in seconds.

page_countinteger nullable

Number of pages processed.

cost_breakdownobject nullable

A dictionary of the cost breakdown of this request.