curl --request POST \
--url https://api.caret.so/v1/notes/from-audio \
--header 'X-API-Key: <your_api_key>' \
--header 'Content-Type: application/json' \
--data '{
"audioUrl": "https://caret-cdn.s3.us-west-1.amazonaws.com/audio/temp_upload_..."
}'
{
"noteId": "mtg_987654321"
}
Create a new note from an uploaded audio file (Enterprise only)
curl --request POST \
--url https://api.caret.so/v1/notes/from-audio \
--header 'X-API-Key: <your_api_key>' \
--header 'Content-Type: application/json' \
--data '{
"audioUrl": "https://caret-cdn.s3.us-west-1.amazonaws.com/audio/temp_upload_..."
}'
{
"noteId": "mtg_987654321"
}
curl --request POST \
--url https://api.caret.so/v1/notes/from-audio \
--header 'X-API-Key: <your_api_key>' \
--header 'Content-Type: application/json' \
--data '{
"audioUrl": "https://caret-cdn.s3.us-west-1.amazonaws.com/audio/temp_upload_..."
}'
{
"noteId": "mtg_987654321"
}
audioUrl returned from step 1postprocessing and will be processed asynchronously. Once processing is complete, the note will contain the transcript and AI-generated summary.