mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-28 08:49:42 +02:00
chore: return formatted transcript url
- Return formatted transcript and recording URL - Harden campaign dispatcher logic
This commit is contained in:
parent
0716582aa7
commit
7810923bca
30 changed files with 525 additions and 136 deletions
7
docs/api-reference/runs/download.mdx
Normal file
7
docs/api-reference/runs/download.mdx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Download Recordings and Transcripts"
|
||||
description: "Download a recording or transcript using a time-limited public URL"
|
||||
openapi: "GET /api/v1/public/download/workflow/{token}/{artifact_type}"
|
||||
---
|
||||
|
||||
`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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue