RVC Runner Workflow

Flow·1 step

Create and integrate RVC Runner workflows with Eachlabs—easily add custom audio and video transformations to your web and mobile applications with Eachlabs API.

Steps
1
Inputs
2
Runs
-
Template · pipeline1 step
  1. 1
    realistic-voice-cloningid · step1 · model
    backup_vocals_volume_change
    0
    crepe_hop_length
    128
    custom_rvc_model_download_url
    $.inputs.rvc_model_url
    filter_radius
    3
    index_rate
    0.5
    +14 more params
How to use this template
trigger.sh
sh
# 1. Trigger the workflow
EXEC=$(curl -s -X POST https://workflows.eachlabs.run/api/v1/35898aa1-134b-4a15-a7d2-885047e85790/trigger \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
      "version_id": "v1",
      "inputs": {
        "rvc_model_url": "https://storage.googleapis.com/magicpoint/global_inputs/optimusprime_e300_s41400.zip",
        "song_url": "https://storage.googleapis.com/magicpoint/global_inputs/Eminem%20-%20Lose%20Yourself.mp3"
      }
    }' | jq -r .execution_id)

# 2. Poll the execution until it's done
curl -s https://workflows.eachlabs.run/api/v1/executions/$EXEC \
  -H "X-API-Key: $EACHLABS_API_KEY"

Trigger returns an execution_id · poll the executions endpoint for the final output

Playground · what you can change2 inputs

Clone this template into your workspace, then tweak any of the inputs below, or rewrite the step prompts, to spin up your own variation. The pipeline stays the same; the creative output is yours.

  • rvc_model_url
    default · optimusprime_e300_s41400.zip
    text
  • song_urlrequired
    default · Eminem%20-%20Lose%20Yourself.mp3
    voice
Ideas for your remix
  • · Swap the input media to retell the story with different subjects.
  • · Edit the prompt inside realistic-voice-cloning to change tone, scene, or pacing.
  • · Chain extra steps (upscale, audio, captions) to extend the pipeline.

More flows like this