给定一个提示,该模型将返回一个或多个预测的完成,并且还可以返回每个位置的替代标记的概率。
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request GET 'https://www.16api.com/v1/videos/video_099c5197-abfd-4e16-88ff-1e162f2a5c77/content' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"id": "string",
"status": "string",
"video_url": null,
"enhanced_prompt": "string",
"status_update_time": 0
}
Modified at 2026-02-01 07:33:56