Creates a Web inquiry. With template_key, only subject_id is required; the inquiry inherits configuration from the template, including return_url, unless you override fields in the request. Without template_key, you must supply the full inquiry configuration (including return_url). Redirect the end user to https://platform.inklink.com/capture/<id> using the id from this response as the trailing path segment. When the hosted flow finishes, the user is returned to the configured return URL with the outcome in the query string (status and inquiry_id). Use GET /web/inquiry to list inquiries for your organization (paginated, with nested result per row). For full inquiry detail for one id from your server (configuration, nested result, sessions, and evidence), use GET /web/inquiry/{id}. See Web Inquiry Quickstart for the full flow.
Documentation Index
Fetch the complete documentation index at: https://docs.inklink.com/llms.txt
Use this file to discover all available pages before exploring further.
"secret_live_xxx"
Your stable identifier for the subject.
"user_123"
URL where the user is redirected after the hosted capture flow completes. When template_key is provided, omit this to use the template's return_url, or pass it to override. Required when template_key is not provided.
Key of a published template. When provided, only subject_id is required; the inquiry inherits configuration from the template (including return_url). Any field may be provided as an override.
Inquiry name. Required when template_key is not provided.
Inquiry description.
What you want to know from this inquiry. Required when template_key is not provided.
Fields to extract from the captured evidence. Required when template_key is not provided.
URL the user is sent to when the capture session starts.
Instructions for earning a high acceptance score.
Whether to show the acceptance guide to the user.
Additional instructions for AI processing.
How evidence is captured. screenshot uses a viewport capture; document uses files obtained from the site (for example PDF and other supported formats), not limited to PDF.
screenshot, document Arbitrary key-value metadata attached to the inquiry.
Inquiry created.
Web inquiry id (web_iq_...).
"web_iq_xxxxxxxxxxxxxxxx"
Your stable identifier for the subject (echoed from the create request).
"user_123"
Resolved template id when the inquiry was created from a template.
"web_tpl_xxxxxxxxxxxxxxxx"
Template key when the inquiry was created from a template.
"web_tpl_key_xxxxxxxxxxxxxxxx"
Template version used when resolving configuration.
1
active, expired, cancelled, completed Display name of the inquiry.
Inquiry description.
What the inquiry is trying to establish from captured evidence.
Configured extraction fields.
Markdown acceptance guide shown or used for scoring.
URL the user is sent to when the capture session starts.
URL where the user is redirected after the hosted capture flow completes.
How evidence is captured. screenshot uses a viewport capture; document uses files obtained from the site (for example PDF and other supported formats), not limited to PDF.
screenshot, document Maximum capture or processing retries allowed for this inquiry.
Arbitrary metadata attached to the inquiry.
Present when the inquiry has been soft-deleted.