GET
/v1/flashcard-quizzes
No description available
Query Parameters
| Name | Type | Description |
|---|---|---|
| limit | number | Number of results to return per page (1-100) |
| offset | number | Number of results to skip for pagination |
| orderBy | string | Field to sort by |
| orderDirection | string | Sort direction (ascending or descending) |
| include | string | Comma-separated list of related resources to include |
| videoId | string | Filter by video ID |
| sourceType | string | Filter by source type: 'video', 'notes', 'ai_agent' |
| name | string | Search quizzes by name (partial match) |
Responses
{
data: object[]
metadata: {
total: number
limit: number
offset: number
}}{
success: boolean
error: {
issues: object[]
name: 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...
