Skip to main content

Create Text Chat Session

POST /api/v1/workflow/{workflow_id}/text-chat/sessions — request parameters and responses from the Menace Voice API schema.
2 min read
post/api/v1/workflow/{workflow_id}/text-chat/sessions
Request example
Response
post/api/v1/workflow/{workflow_id}/text-chat/sessions

See authentication for workspace API access. Public embed and artifact endpoints use their documented session or access tokens.

Path parameters

workflow_idintegerrequired#

Headers

authorizationstring · null#
X-API-Keystring · null#

Body

application/json
namestring · null#
Show child attributes
initial_contextobject · null#
Show child attributes
annotationsobject · null#
Show child attributes

Responses

application/json
Successful Response
workflow_run_idintegerrequired#
workflow_idintegerrequired#
namestringrequired#
modestringrequired#
statestringrequired#
is_completedbooleanrequired#
revisionintegerrequired#
initial_contextobject · null#
Show child attributes
gathered_contextobject · null#
Show child attributes
annotationsobject · null#
Show child attributes
session_dataobjectrequired#
checkpointobjectrequired#
created_atstringrequired#
updated_atstring · null#
Show child attributes