sora2-api
    sora2-api
    • Sora 2 API
      • Video
        • Generate video
        • Check generation result
      • Credits
        • Get credits and VIP status
      • Schemas
        • GenerateVideoRequest
        • CharacterItem
        • GenerateVideoResponse
        • CheckResultRequest
        • CheckResultResponse
        • CheckResultData
        • GetCreditsResponse
        • ErrorResponse

    CheckResultData

    {
        "status": "pending",
        "progress": 0,
        "result_url": "string",
        "result_urls": [
            "string"
        ],
        "failure_reason": "string",
        "error_message": "string",
        "credits_refunded": true,
        "refund_trans_no": "string",
        "result_pid": "string",
        "result_pids": [
            "string"
        ],
        "metadata": {
            "remixTargetId": "string",
            "characters": [
                {
                    "url": "string",
                    "timestamps": "string"
                }
            ]
        }
    }
    Built with