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}Erhalten Sie paginierte Generierungshistorie mit Status- und Stichwortfiltern.
Anforderungsheader
Authorization: Bearer YOUR_API_KEYAnforderungsparameter
| Name | Typ | Erforderlich | Standard | Optionen | Beschreibung |
|---|---|---|---|---|---|
| page | number | Nein | 1 | - | Geschichtsseitenzahl. |
| limit | number | Nein | 12 | - | Seitenanzahl für die Verlaufsliste (1-50). |
| status | string | Nein | all | all, pending, success, failed | Statusfilter für die Verlaufsliste. |
| q | string | Nein | "" | - | Optionales Stichwort zur Durchsuchung Ihres Verlaufs. |
Anfrage
curl -X GET "https://freesoragenerator.com/api/ai-studio/video-history?page=1&limit=12&status=all" \
-H "Authorization: Bearer YOUR_API_KEY"Antwortbeispiel
{
"success": true,
"data": {
"records": [],
"total": 0,
"totalPages": 1,
"page": 1
}
}Fehlerbeispiel
{
"success": false,
"error": "Failed to load AI Studio generation history"
}