> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hitheo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Release Session

> Hand a widget conversation back to the AI after a human takeover.

Clears the takeover flags so the next turn runs the AI orchestrator again.

## Authentication

Requires a Bearer token (API key) or a dashboard session.

## Path Parameters

<ParamField path="id" type="string" required>
  The widget config UUID.
</ParamField>

<ParamField path="sessionId" type="string" required>
  The session UUID.
</ParamField>

## Response

<ResponseField name="session_id" type="string" />

<ResponseField name="takeover_status" type="string">
  `"ai"` after release.
</ResponseField>

## Example

```bash curl theme={null}
curl -X POST https://www.hitheo.ai/api/v1/iframes/CONFIG_ID/conversations/SESSION_ID/release \
  -H "Authorization: Bearer $THEO_API_KEY"
```
