cURL
curl --request POST \ --url https://api.pulze.ai/v1/playground/chat/resume/{flow_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Resume a flow by updating its status to “approved” in Redis.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?