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}Durum ve anahtar kelime filtreleriyle sayfalı oluşturma geçmişini alın.
İstek Başlıkları
Authorization: Bearer YOUR_API_KEYİstek Parametreleri
| İsim | Tür | Gerekli | Varsayılan | Seçenekler | Açıklama |
|---|---|---|---|---|---|
| page | number | Hayır | 1 | - | Tarih sayfa numarası. |
| limit | number | Hayır | 12 | - | Geçmiş listesi için sayfa boyutu (1-50). |
| status | string | Hayır | all | all, pending, success, failed | Geçmiş listesi için durum filtresi. |
| q | string | Hayır | "" | - | Geçmişinizi aramak için isteğe bağlı anahtar kelime. |
Talep
curl -X GET "https://freesoragenerator.com/api/ai-studio/video-history?page=1&limit=12&status=all" \
-H "Authorization: Bearer YOUR_API_KEY"Yanıt Örneği
{
"success": true,
"data": {
"records": [],
"total": 0,
"totalPages": 1,
"page": 1
}
}Hata Örneği
{
"success": false,
"error": "Failed to load AI Studio generation history"
}