Opengram

Download a thumbnail

GET
/api/v1/files/{mediaId}/thumbnail

Authorization

bearerAuth
AuthorizationBearer <token>

Instance secret token

In: header

Path Parameters

mediaId*string

Response Body

application/octet-stream

application/json

application/json

application/json

application/json

curl -X GET "https://loading/api/v1/files/med_123/thumbnail"
"string"
{
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "Invalid request.",
    "details": null
  }
}
{
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "Invalid request.",
    "details": null
  }
}
{
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "Invalid request.",
    "details": null
  }
}
{
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "Invalid request.",
    "details": null
  }
}