n_final_videos — Number of videos per page (default: 10)page — Page number (default: 1)curl --location --request POST 'https://api.zebracat.ai/v1/latest_videos' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"n_final_videos": 0,
"page": 0
}'{
"page": 0,
"total_page": 0,
"items": [
{
"project_id": 0,
"project_name": "string",
"thumbnail_src": "string",
"video_src": "string",
"date_time": "2019-08-24T14:15:22.123Z",
"project_type_alias": "string",
"voice_name": "string",
"style_name": "string",
"video_type": "translation"
}
]
}