- Files
- Transcripts
- LeMUR
- Streaming
POST
$ curl -X POST https://api.assemblyai.com/lemur/v3/generate/question-answer \ > -H "Authorization: " \ > -H "Content-Type: application/json" \ > -d '{ > "final_model": "anthropic/claude-3-5-sonnet", > "questions": [ > { > "question": "Where are there wildfires?", > "answer_format": "List of countries in ISO 3166-1 alpha-2 format", > "answer_options": [ > "US", > "CA" > ] > }, > { > "question": "Is global warming affecting wildfires?", > "answer_options": [ > "yes", > "no" > ] > } > ], > "context": "This is an interview about wildfires.", > "max_output_size": 3000, > "temperature": 0, > "transcript_ids": [ > "64nygnr62k-405c-4ae8-8a6b-d90b40ff3cce" > ] > }'