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

    GenerateVideoResponse

    {
        "code": 0,
        "message": "string",
        "data": {
            "id": "string"
        }
    }
    Built with