POST /assets

Create a new Asset.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
subtype String No

Asset subtype values depending on the asset type. text => url, display_url, title, call_to_action, link_description, message, impression_tracker, third_party_click_tracker, instagram_permalink_url, object_story_id, brand_name, utm_tracking, preview_url, html, ad_blocker_url, tracking_urls, ad_text, fallback_type, actor_id, display_name image => ad, logo, placeholder video => default

Possible values:

  • "html"
  • "display_name"
  • "instagram_permalink_url"
  • "preview_url"
  • "url"
  • "title"
  • "actor_id"
  • "fallback_type"
  • "ad"
  • "ad_blocker_url"
  • "brand_name"
  • "message"
  • "impression_tracker"
  • "third_party_click_tracker"
  • "utm_tracking"
  • "call_to_action"
  • "link_description"
  • "display_url"
  • "ad_text"
  • "object_story_id"
  • "tracking_urls"
  • "placeholder"
  • "default"
  • "logo"
name String No
description String No
type String No

Possible values:

  • "text"
  • "image"
  • "video"
file String No

base64 image

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.