POSThttps://api.assemblyai.com/lemur/v3/generate/task
Body Parameters
View in API Reference
Request
$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"
> ]
>}'
Response