v1
latestOpenAPI 3.0.1MIT2026-07-26104203277.0 KBGenerate AI Content
Submit a transcription job that also generates AI content based on provided parts.
post/v2/jobs/generate-transcription-ai-content
Request body
Example request
{
"apiKey": "9f5f1f6a-2b1d-4a33-8fd4-6f5c2b89e3aa",
"mediaUrl": "https://example.com/audio.mp3",
"title": "Meeting Notes",
"language": "ar",
"aiParts": [
"summary"
],
"aiContentTitle": "Project Kickoff Summary",
"aiContentLanguage": "ar",
"aiContentDate": "2025-01-01T00:00:00.000Z",
"aiContentText": "Provide highlights focusing on action items."
}Response
Successful response with job id
Example response
{
"success": true,
"message": "AI Content started, you will receive en email when it's ready",
"messageKey": "OPERATION_SUCCESSFUL",
"data": {
"jobId": "ed9b5601-f731-441a-8500-d9fc7610ef8f"
}
}