⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/v6/base64_to_url \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"base64_string": "<string>"
}
'{
"id": 123,
"output": [
"<string>"
]
}Convert base64 strings of image, audio, video and 3d object file to a valid URL.
curl --request POST \
--url https://modelslab.com/api/v6/base64_to_url \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"base64_string": "<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.
POST request to below endpoint.
--request POST 'https://modelslab.com/api/v6/base64_to_url' \
{
"key": "your_api_key",
"base64_string": "data:image/png;base64,<your_base_64_string>"
}
Was this page helpful?