Video Captioning
Last updated
Last updated
POST /caption/generate-caption HTTP/1.1
Host: api.zero2launch.com
X-API-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 461
{
"video": {
"url": "https://example.com",
"language": "en"
},
"captions": {},
"style": {
"type": "highlight",
"font": {
"family": "text",
"size": 1,
"bold": true
},
"colors": {
"line": "text",
"word": "text",
"outline": "text",
"box": "text"
},
"effects": {
"outline_width": 1,
"border_style": "text",
"all_caps": true
},
"positioning": {
"position": "text",
"alignment": "text",
"margin_l": "text",
"margin_r": "text",
"margin_v": "text"
},
"max_words_per_line": 1
},
"replacements": [
{
"find": "text",
"replace": "text"
}
]
}{
"job_id": "text",
"status": "text"
}GET /caption/status/{job_id} HTTP/1.1
Host: api.zero2launch.com
X-API-Key: YOUR_API_KEY
Accept: */*
{
"job_id": "text",
"status": "text",
"message": "text",
"result": {
"video_url": "https://example.com",
"job_id": "text",
"status": "text"
}
}