Convert base64 video to URL
curl --request POST \
--url https://modelslab.com/api/v6/video/base64_to_url \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"init_obj": "<string>"
}
'{
"id": 123,
"output": [
"<string>"
]
} Video API
Base64 to URL
Upload a video in base64 format and retrieve it as a URL.
POST
/
video
/
base64_to_url
Convert base64 video to URL
curl --request POST \
--url https://modelslab.com/api/v6/video/base64_to_url \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"init_obj": "<string>"
}
'{
"id": 123,
"output": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Make aPOST request to below endpoint and pass the required parameters as a request body.
curl
--request POST 'https://modelslab.com/api/v6/video/base64_to_url' \
Body
json
{
"key":"your_api_key",
"init_obj":"data:video/mp4;base64,<base64>"
}
Body
application/json
Was this page helpful?
⌘I

