Detect a template’s fillable fields
Detect a template’s fillable fields
Enumerates the fillable fields in a `pdf-form` template, with the page geometry to draw them on.
The response is `{ fields, pageBoxes, pageCount, detected }`. Each field carries its name, type, label, page and bounding box — the names you see here are exactly the keys [POST /v1/runs/{id}/task](https://docs.cloudraker.com/api/cloud-raker-api/runs/submit-run-task) expects when submitting a review.
If the PDF carries no form fields of its own, they are detected from the page instead and `detected` says so.
<Note>
Idempotent, but the first call on a template can be slow while the document is analyzed. Later calls reuse that result and return promptly.
</Note>
**Learn more:** [Form filling guide](https://docs.cloudraker.com/capabilities/fill)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Response
Field inventory + page geometry.
Errors
409
Conflict Error
422
Unprocessable Entity Error
429
Too Many Requests Error