Skip to main content
POST
/
v1
/
pipeline
/
podcast-visual
{
  "input": "https://example.com/episode.mp3",
  "background_color": "#1a1a2e",
  "wave_color": "#e94560"
}
{
  "id": "job_abc123",
  "status": "pending"
}

Documentation Index

Fetch the complete documentation index at: https://docs.ringbee.dev/llms.txt

Use this file to discover all available pages before exploring further.

{
  "input": "https://example.com/episode.mp3",
  "background_color": "#1a1a2e",
  "wave_color": "#e94560"
}
ParamTypeDescription
background_colorstringBackground color as hex code
wave_colorstringWaveform color as hex code

Authorizations

X-API-Key
string
header
required

Body

input
string
required

Input file URL

background_color
string

Background color as hex code

wave_color
string

Waveform color as hex code

webhook_url
string

URL to receive job completion notification

Response

Job accepted

id
string
Example:

"job_abc123"

status
enum<string>
Available options:
pending,
processing,
completed,
failed,
cancelled
Example:

"pending"