Creative registry (creo-loop)

Deliver a creative file by presigned URL

post/creative-metrics/registry/media

Headers

Authorizationstring required

Bearer <CREO_LOOP_API_KEY>

Request body

creative_external_idstring required
source_urlstring

Presigned https URL on an allowed host

s3_keystring

Key of an object the sender already PUT into the marketing bucket

source_refstring required

Sender's file id — makes redelivery idempotent

content_typestring required
size_bytesnumber required
slugstring
original_filenamestring

Example request

{
  "creative_external_id": "H-041-C2",
  "content_type": "video/mp4",
  "size_bytes": 41234567,
  "slug": "ferma-s-kozoy"
}

Changes

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