- Files
- Transcripts
- LeMUR
- Streaming
POST
$ curl -X POST https://api.assemblyai.com/lemur/v3/generate/task \ > -H "Authorization: " \ > -H "Content-Type: application/json" \ > -d '{ > "final_model": "anthropic/claude-3-5-sonnet", > "prompt": "List all the locations affected by wildfires.", > "context": "This is an interview about wildfires.", > "max_output_size": 3000, > "temperature": 0, > "transcript_ids": [ > "64nygnr62k-405c-4ae8-8a6b-d90b40ff3cce" > ] > }'