✨ Asisso is live — Build production voice AI agents with our drag-and-drop workflow builder. Get started → · SDKs →
curl --request GET \
--url https://app.asisso.com/api/v1/public/download/workflow/{token}/{artifact_type}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Download a recording or transcript using a time-limited public URL
curl --request GET \
--url https://app.asisso.com/api/v1/public/download/workflow/{token}/{artifact_type}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.asisso.com/llms.txt
Use this file to discover all available pages before exploring further.
artifact_type is either recording or transcript. The token is a time-limited download token — generate one from the run details before calling this endpoint.