- Files
- Transcripts
- LeMUR
- Streaming
POST
$ curl -X POST https://api.assemblyai.com/lemur/v3/generate/summary \ > -H "Authorization: " \ > -H "Content-Type: application/json" \ > -d '{ > "final_model": "anthropic/claude-3-5-sonnet", > "context": "This is an interview about wildfires.", > "max_output_size": 3000, > "temperature": 0, > "transcript_ids": [ > "47b95ba5-8889-44d8-bc80-5de38306e582" > ] > }'