⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/v6/video/base64_to_url \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"init_obj": "<string>"
}
'{
"status": "success",
"id": 123,
"output": [
"<string>"
]
}Upload a video in base64 format and retrieve it as a 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>"
}
'{
"status": "success",
"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.
POST request to below endpoint and pass the required parameters as a request body.
--request POST 'https://modelslab.com/api/v6/video/base64_to_url' \
{
"key":"your_api_key",
"init_obj":"data:video/mp4;base64,<base64>"
}
Was this page helpful?