POST /api/v4/template_videos
Create picture

Request headers

Only registered user can perform this action
  Authentication - string - required
    Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"

Request request exapmple

{
  "download_type": ".png",
  "template_video": {
    "template_id": 53,
    "s3_key": "s3_key"
  }
}

Success response body

{
  "id": 1,
  "link_for_sharing": "https://gipper-college-logos-development.s3.amazonaws.com/s3_key.mp4"
}

Params

Param name Description
download_type
optional

Validations:

  • Must be a String

template_video
required

Validations:

  • Must be a Hash

template_video[template_id]
required

Validations:

  • Must be a Integer

template_video[preset_id]
optional

Validations:

  • Must be a Integer

template_video[s3_key]
required

Validations:

  • Must be a String