Form Filling Session Management
Create Form Filling Session
Create a form-filling session and obtain an ambient session identifier for subsequent calls
POST
Creates a form-filling session.
Use this endpoint to create a form-filling ambient session. Suki will return a from filling ambient session identifier (id) in response for subsequent calls. You must use the returned session identifier (id) to perform other operations for that session for example checking session status, retrieving structured data, submitting feedback, ending the session, and more.Documentation Index
Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
Use this file to discover all available pages before exploring further.
Important:In the documentation, both the Form Filling session ID and the Suki Ambient API session ID are referred to as
ambient_session_id. However, these are two different identifiers and should not be treated as the same value.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
Body
application/json
CreateFormFillingSessionRequest
Request body for /form-filling/session/create
Response
Success Response
Response body for /form-filling/session/create
Form-filling session id for subsequent calls.
Example:
"123dfg-456dfg-789dfg-012dfg"
Last modified on May 22, 2026
Creates a form-filling session.