YouTube Video Subtitles SERP POST
POST
/serp/youtube/video_subtitles/task_post
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.dataforseo.com/v3/serp/youtube/video_subtitles/task_post' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '[
{
"language_name": "english",
"location_name": "united states",
"video_id": "q9kgv_nBkqU"
}
]'
Response Response Example
{
"version": "0.1.20241227",
"status_code": 20000,
"status_message": "Ok.",
"time": "0.1446 sec.",
"cost": 0.0018,
"tasks_count": 1,
"tasks_error": 0,
"tasks": [
{
"id": "04030945-8029-0066-0000-658764acd845",
"status_code": 20100,
"status_message": "Task Created.",
"time": "0.0074 sec.",
"cost": 0.0018,
"result_count": 0,
"path": [
"v3",
"serp",
"youtube",
"video_subtitles",
"task_post"
],
"data": {
"api": "serp",
"function": "task_post",
"se": "youtube",
"se_type": "video_subtitles",
"language_name": "english",
"location_name": "united states",
"video_id": "q9kgv_nBkqU",
"device": "desktop",
"os": "windows"
},
"result": null
}
]
}
Request
Body Params application/json
Responses
Modified at 2025-05-30 08:07:52