V3 > Resources

Display chapter image.

Render the chapter image inline directly in the user browser. If the chapter has no image, a 404 error is returned.

get/2/vod/res/chapters/{chapter}.{format}

Path parameters

chapterstring required

The Chapter unique identifier

formatstring required

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.