Skip to main content
POST
Convert base64 video to URL

Request

Make a POST request to below endpoint and pass the required parameters as a request body.
curl

Body

json

Body

application/json
key
string
required

Your API Key used for request authorization

init_obj
string
required

Base64 encoded video data with data URI format (data:video/mp4;base64,)

Response

Base64 conversion response

status
enum<string>

Status of the conversion

Available options:
success,
error
id
integer

Unique identifier for the conversion

output
string<uri>[]

Array of converted video URLs