Storm docs logo
Search the docs.../
Explore Storm Products

Transcode Status

Returns the current status of the transcoding service.

Request

PropertyValue
MethodGET
URL/api/transcode/status
Content-Typeapplication/json
AuthenticationBearer Token
Request
Code iconbash
curl -X GET "{BASE_URL}/api/transcode/status" \
  -H "Authorization: Bearer YOUR_TOKEN"

Response Body

Transcode Status

ParameterTypeDescription
data.isEnabledbooleanIndicates if transcoding is enabled
data.isActivebooleanIndicates if transcoding service is active
data.ffmpegPathstringPath to the ffmpeg executable
data.activeTasksintegerNumber of currently running transcode tasks
data.activeTaskLimitstringMaximum number of concurrent transcode tasks

Metadata

ParameterTypeDescription
meta.executionTimeintegerRequest processing time in milliseconds
meta.generatedAtintegerResponse generation timestamp (Unix timestamp in ms)
Successful Response (200)
Code iconjson
{
  "data": {
    "isEnabled": true,
    "isActive": true,
    "ffmpegPath": "ffmpeg",
    "activeTasks": 2,
    "activeTaskLimit": "5"
  },
  "meta": {
    "executionTime": 0,
    "generatedAt": 1765791021616
  }
}

Error Response (4xx/5xx)

ParameterTypeDescription
messagestringHuman-readable error message
Code iconjson
{
  "message": "Error message"
}
Support Needed?

Create a free ticket and our support team will provide you necessary assistance.

Blog
Support
About us
Patents
Term of use
Privacy policy
Contact
©2026 Storm Streaming Media. All Rights Reserved.