AI Studio API
Generation history
Read paginated generation history with status and keyword filters.
API playground
Send a real request to this site and inspect the HTTP response immediately.
Response
Send a request to view its response here.GET
/api/ai-studio/video-history?page={page}&limit={limit}&status={status}&q={q}Lấy lịch sử tạo phân trang với bộ lọc trạng thái và từ khóa.
Tiêu đề Yêu cầu
Authorization: Bearer YOUR_API_KEYTham số yêu cầu
| Tên | Loại | Bắt buộc | Mặc định | Tùy chọn | Mô tả |
|---|---|---|---|---|---|
| page | number | Không | 1 | - | Số trang lịch sử. |
| limit | number | Không | 12 | - | Kích thước trang cho danh sách lịch sử (1-50). |
| status | string | Không | all | all, pending, success, failed | Bộ lọc trạng thái cho danh sách lịch sử. |
| q | string | Không | "" | - | Từ khóa tùy chọn để tìm kiếm lịch sử của bạn. |
Yêu cầu
curl -X GET "https://freesoragenerator.com/api/ai-studio/video-history?page=1&limit=12&status=all" \
-H "Authorization: Bearer YOUR_API_KEY"Ví dụ về phản hồi
{
"success": true,
"data": {
"records": [],
"total": 0,
"totalPages": 1,
"page": 1
}
}Ví dụ về lỗi
{
"success": false,
"error": "Failed to load AI Studio generation history"
}