List all projects belonging to the API user, newest first, in pages of 100.Documentation Index
Fetch the complete documentation index at: https://docs.transcribetube.com/llms.txt
Use this file to discover all available pages before exploring further.
| Query param | Type | Default | Description |
|---|---|---|---|
page | integer ≥ 1 | 1 | Page number. Page size is fixed at 100. |
200 OK — array of projects (one page):
| Field | Type | Description |
|---|---|---|
id | string (UUID) | Project ID, used in GET /api/detail/{id}. |
name | string | Video title from YouTube at submission time. |
youtubeId | string | The YouTube video ID. |
state | enum | upload | transcription | done | error. See Lifecycle. |
createdAt | string (ISO 8601) | When the project was created. |
hasMore field. To detect the last page, request until you receive an empty array. Pages are 1-indexed.
| Status | When |
|---|---|
| 400 | page < 1 or not a number. |
| 401 | Missing or invalid api-key header. |
Page number for pagination