Documentation menu
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.

GET
GET

Only same-origin /api/* paths are allowed.

Leave blank to use your current signed-in browser session. The key is never saved.

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_KEY

Tham số yêu cầu

TênLoạiBắt buộcMặc địnhTùy chọnMô tả
pagenumberKhông1-Số trang lịch sử.
limitnumberKhông12-Kích thước trang cho danh sách lịch sử (1-50).
statusstringKhôngallall, pending, success, failedBộ lọc trạng thái cho danh sách lịch sử.
qstringKhô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"
}