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}Haal gepagineerde generatiegeschiedenis op met status- en trefwoordfilters.
Aanvraagheaders
Authorization: Bearer YOUR_API_KEYAanvraagparameters
| Naam | Type | Vereist | Standaard | Opties | Beschrijving |
|---|---|---|---|---|---|
| page | number | Nee | 1 | - | Geschiedenis paginanummer. |
| limit | number | Nee | 12 | - | Paginagrootte voor geschiedenislijst (1-50). |
| status | string | Nee | all | all, pending, success, failed | Statusfilter voor historielijst. |
| q | string | Nee | "" | - | Optioneel trefwoord om in uw geschiedenis te zoeken. |
Verzoek
curl -X GET "https://freesoragenerator.com/api/ai-studio/video-history?page=1&limit=12&status=all" \
-H "Authorization: Bearer YOUR_API_KEY"Reactievoorbeeld
{
"success": true,
"data": {
"records": [],
"total": 0,
"totalPages": 1,
"page": 1
}
}Foutvoorbeeld
{
"success": false,
"error": "Failed to load AI Studio generation history"
}