GET
/v1/flashcards
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 |
| quizId | string | Filter by quiz ID |
Responses
200 List of flashcards with pagination metadata
{
data: object[]
metadata: {
total: number
limit: number
offset: number
}}401 Unauthorized - Invalid or missing API key
{
message: string
}422 Invalid query parameters
{
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...
