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}الحصول على سجل التوليد مع صفحات باستخدام عوامل تصفية الحالة والكلمات المفتاحية.
رؤوس الطلب
Authorization: Bearer YOUR_API_KEYمعلمات الطلب
| الاسم | نوع | مطلوب | افتراضي | خيارات | الوصف |
|---|---|---|---|---|---|
| page | number | لا | 1 | - | رقم صفحة التاريخ. |
| limit | number | لا | 12 | - | حجم الصفحة لقائمة التاريخ (1-50). |
| status | string | لا | all | all, pending, success, failed | مرشح الحالة لقائمة التاريخ. |
| q | string | لا | "" | - | كلمة اختيارية للبحث في سجلك. |
طلب
curl -X GET "https://freesoragenerator.com/api/ai-studio/video-history?page=1&limit=12&status=all" \
-H "Authorization: Bearer YOUR_API_KEY"مثال على الاستجابة
{
"success": true,
"data": {
"records": [],
"total": 0,
"totalPages": 1,
"page": 1
}
}مثال على خطأ
{
"success": false,
"error": "Failed to load AI Studio generation history"
}