GET
/
lemur
/
v3
/
{request_id}
curl --request GET \
  --url https://api.assemblyai.com/lemur/v3/{request_id} \
  --header 'Authorization: <api-key>'
{
  "request_id": "5e1b27c2-691f-4414-8bc5-f14678442f9e",
  "usage": {
    "input_tokens": 27,
    "output_tokens": 3
  },
  "response": "Based on the transcript, the following locations were mentioned as being affected by wildfire smoke from Canada:\n\n- Maine\n- Maryland\n- Minnesota\n- Mid Atlantic region\n- Northeast region\n- New York City\n- Baltimore\n"
}

Authorizations

Authorization
string
header
required

Path Parameters

request_id
string
required

The ID of the LeMUR request you previously made. This would be found in the response of the original request.

Response

200
application/json

LeMUR response

The response is of type object.