create_items_by_id_play_by_episode_id
Creates a playback session for a specific episode by item ID and episode ID. Use it to record or initiate play activity in Audiobookshelf.
Instructions
Create or act on items play.
POST /api/items/{id}/play/{episodeId}
Args: id: Path parameter. episode_id: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | ||
| episode_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |