GET
/v1/videos/{id}
No description available
Path Parameters
| Name | Type | Description |
|---|---|---|
| id required | string | - |
Query Parameters
| Name | Type | Description |
|---|---|---|
| include | string | Comma-separated: 'folder,transcripts,summaries,notes' |
Responses
{
data: {
id: string
createdAt: string
updatedAt: string
v: string
title: string
channelId: string
channelTitle: string
thumbnailUrl: string
duration: number
userId: string
folderId: string
folder?: {
id: string
name: string
parentId: string
} transcripts?: object[]
summaries?: object[]
notes?: object[]
}}{
success: boolean
error: {
issues: object[]
name: string
}}{
message: string
}{
success: boolean
error: {
issues: object[]
name: string
}} Authentication
Enter your API key to test this endpoint. Get your key from your account settings.
Try it out
Snippets
Loading...
Loading...
Loading...
Loading...
Loading...
