Creative registry (creo-loop)

Register a creo-loop creative, returning creative_uid + url_tags

post/creative-metrics/registry/creative

Headers

Authorizationstring required

Bearer <CREO_LOOP_API_KEY>

Request body

concept_external_idstring required
external_idstring required
ad_namestring required
titlestring required
descriptionstring
localestring

ll_CC of the localized creative; en_US when omitted

parent_external_idstring

external_id of the base creative — the localization joins its variant (external_id would then be e.g. H-016-C3-ES-MX)

Example request

{
  "concept_external_id": "H-041",
  "external_id": "H-041-C2",
  "ad_name": "H-041-C2__rejection_fear__seedance_video__motion__w31",
  "title": "Отказ читается как незаинтересованность",
  "locale": "es_MX",
  "parent_external_id": "H-016-C3"
}

Changes

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