curl --location 'https://api.ygo.ai/v2/project/content/getTextGenerationStatus' \
--header 'X-Project-ID: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"RunID": "0192fb50-8bb2-7abc-8def-112233445566"
}'{
"Data": {
"ID": "0192fb50-8bb2-7abc-8def-112233445566",
"Status": "processing",
"Progress": {
"Total": 5,
"Generated": 2,
"Failed": 0,
"Skipped": 0
},
"StartedAt": "2026-06-26T09:15:05Z",
"CreatedAt": "2026-06-26T09:15:00Z",
"UpdatedAt": "2026-06-26T09:16:10Z"
}
}