Summarize a transcript using LeMUR
<Note>To use our EU server with LeMUR, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
Custom Summary allows you to distill a piece of audio into a few impactful sentences.
You can give the model context to obtain more targeted results while outputting the results in a variety of formats described in human language.
Authentication
Authorizationstring
API Key authentication via header
Request
Params to generate the summary
final_model
The model that is used for the final prompt after compression is performed.
answer_format
How you want the summary to be returned. This can be any text. Examples: “TLDR”, “bullet points”
context
Context to provide the model. This can be a string or a free-form JSON value.
input_text
Custom formatted transcript data. Maximum size is the context limit of the selected model. Use either transcript_ids or input_text as input into LeMUR.
max_output_size
Max output size in tokens, up to 4000
temperature
The temperature to use for the model.
Higher values result in answers that are more creative, lower values are more conservative.
Can be any value between 0.0 and 1.0 inclusive.
transcript_ids
A list of completed transcripts with text. Up to a maximum of 100 hours of audio. Use either transcript_ids or input_text as input into LeMUR.
Response
LeMUR summary response
request_id
The ID of the LeMUR request
response
The response generated by LeMUR.
usage
The usage numbers for the LeMUR request