Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://alto.dialme.at/api/altov2/public/transcripts/find-id \ --header 'Authorization: Bearer <token>'
{ "message": "success", "result": { "_id": "tr_***", "assistant_id": "as_***", "conversation_id": "<string>", "timestamp": 123, "full_transcript": [ { "text": "<string>", "sender": "<string>", "timestamp": 123 } ], "transcript_summary": "<string>", "pre_questions": {}, "analytics": [ "<unknown>" ] } }
Retrieve your key from Dashboard.
Successful response
"success"
Show child attributes