문서API 참조AI 모델 API 엔드포인트비디오(Videos)Sora 형식
비디오 작업 상태 가져오기
OpenAI 호환 비디오 작업 상태 조회 인터페이스입니다.
비디오 작업의 상세 상태 정보를 반환합니다。
Authorization
BearerAuth
AuthorizationBearer <token>
使用 Bearer Token 认证。
格式: Authorization: Bearer sk-xxxxxx
In: header
Path Parameters
task_id*string
视频任务 ID
Response Body
application/json
application/json
curl -X GET "https://api.moleapi.com/v1/videos/string"{
"id": "string",
"object": "string",
"model": "string",
"status": "string",
"progress": 0,
"created_at": 0,
"seconds": "string"
}{
"error": {
"message": "string",
"type": "string",
"param": "string",
"code": "string"
}
}이 문서가 도움이 되었나요?
마지막 업데이트