Video Conversion Status

Documentation for using the OSSN API's GET method to check the conversion status of a video file. This endpoint requires the OSSN Videos component version 7.1 or larger to function correctly. Returns the current status and progress.

Endpoint

Method:

  • POST

Parameter:

Parameter name Required Type Explain
api_key_token Yes string Your API key
guid Yes integer Video GUID

Example Response

{
    "merchant": "Ossn",
    "url": "http:\/\/mysite.com\/",
    "time_token": 1643801125,
    "payload": {
        "status": "yes",
        "progress": 0
    },
    "code": "100",
    "message": "Request successfully executed"
}

Return payload parameter description

Parameter name Explain
status yes requires conversion and is pending in queue. conversion conversion is taking place. failed failed to convert. 0 converted

Services View All