Form Filling Session Management
Seed Form Filling Session Context
Seed form-filling session context for a form-filling session using the form-filling URL binding
POST
cURL
Use this endpoint to provide (seed) the
for form-filling sessions. Providing detailed context helps Suki generate a more accurate and relevant .
The body of this request is optional. However, if you decide to provide context, you must provide valid values for the properties.
Code examples
The code examples below use placeholders and the stage host
sdp.suki-stage.com only as examples.
For credentials, base URLs, where to run Python or TypeScript, CORS, and cURL, refer to Using code examples in your integration in the API Reference Guidelines.- Python
- TypeScript
Headers
sdp_suki_token
Unique identifier for the provider. Optional for standard partners. Required for Single Auth Token authentication, where multiple providers share the same partner_token.
Example:
"provider-123"
Path Parameters
ambient_session_id
Body
application/json
FormFillingSessionContext
Optional - Form template metadata for the session.
Response
Success Response
The response is of type object.
Last modified on June 12, 2026
cURL