Skip to main content
POST /api/v1/forward/sessions Creates a session by compiling the Template baseline with the Identity Config override, then starting a runtime Session.

Headers

Body parameters

Example request

Example response

HTTP 200 OK

Response fields

Errors

Notes

  • source_type is assigned by Forward and is not accepted in the create request.
  • incremental_streaming_enabled is persisted on the Session and cannot be changed later. This field controls legacy incremental streaming and is retained for backward compatibility; not recommended for new integrations.
  • New integrations that need streaming output should use event_deltas[] when subscribing to the Session Event Stream. If incremental_streaming_enabled=true is set at Session creation, that Session uses legacy streaming and event_deltas[] will not take effect.
  • Uploaded files must already exist in the Files API before being passed in resources.

Send session events

Stream session events