Close menu
Explore Plans
Mobile menu Close menu
Auphonic

Create a production from an audio URL

This action will send an audio file at a web address to Auphonic and start processing it with one of your presets.

Developer info

API endpoint slug
auphonic.create_production_from_url
Filter code method
Auphonic.createProductionFromUrl.skip(string?: reason)
Runtime method
runAction("auphonic.create_production_from_url", {})

Action fields

Input file url Text input > URL

Label
Audio file URL
Helper text
Must be a direct link to an audio or video file that Auphonic can download without signing in.
Slug
input_file_url
Required
true
Can have default value
true
Filter code method
Auphonic.createProductionFromUrl.setInputFileUrl(string: input_file_url)

Preset uuid Dropdown list

Label
Which preset?
Helper text
Presets control the audio processing and the output formats. If this list is empty, create one under Presets in Auphonic first.
Slug
preset_uuid
Required
true
Can have default value
false

Title Text input > Title

Label
Title
Helper text
Optional. Shown in Auphonic and written into the finished file's metadata.
Slug
title
Required
false
Can have default value
true
Filter code method
Auphonic.createProductionFromUrl.setTitle(string: title)