Product

Create

Here's how to transform a product to video

mutation ($input: fliz_video_product_create_input!) {
  fliz_video_product_create(fliz_video_product_create_input: $input) {
    id
    cost
  }
}

Variables:

{
  "input": {
    "url": "<https://www.bose.com/p/headphones/quietcomfort-acoustic-noise-cancelling-headphones/QC-HEADPHONEARN.html?dwvar_QC-HEADPHONEARN_color=MOONSTONE%20BLUE&quantity=1>",
    "format": "size_9_16",
    "name":"Bose QuietComfort Headphones",
    "site_name": "Bose",
    "description":"Take charge of your music and stride along to the beat. High-fidelity audio and legendary noise cancellation work their magic by sealing you in, eliminating distractions, and letting you dive deep into your own rhythm. Toggle between Quiet and Aware Modes, or create a Custom Mode and adjust outside sound to the moment. The design is iconic and the comfort lasting, while an optional audio cable with an in-line microphone plugs you into sound as bold as you, even without a Bluetooth® connection. Legendary noise cancellation. Modes for any musical moment. High-fidelity audio. All-day comfort. Up to 24 hours of battery life*. Adjustable EQ. Audio cable with in-line mic. Customize with Bose Music app",
    "images": [
      "<https://assets.bosecreative.com/transform/e3ccba8d-a876-489e-8245-b9b03b1ff3d4/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_01__EXCLUSIVE_COLOR_BADGE?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit>",
      "<https://assets.bosecreative.com/transform/2e26b6a0-f9b7-4547-aa21-8f24a3aa175a/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_BADGE_02?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit>",
      "<https://assets.bosecreative.com/transform/e1f0479a-7c5f-4ddc-ad74-bd94e2af04d3/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_BADGE_03?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit>",
      "<https://assets.bosecreative.com/transform/73b39a68-00c3-4b46-bae5-95904015d93d/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_BADGE_04?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit>",
      "<https://assets.bosecreative.com/transform/0d38fa65-e1df-4dbf-b45c-cbaec59a293a/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_BADGE_06?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit>",
      "<https://assets.bosecreative.com/transform/8f407f4a-78bb-461f-8d5a-3509a0eaf848/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_BADGE_07?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit>"
    ],
    "webhook_url": "<https://my-url.com/webhook>"
  }
}

Example :

# Create a product video
curl -X POST <https://api.fliz.ai/v1/graphql> \\
  -H 'Content-Type: application/json' \\
  -H 'Authorization: Bearer {secret_key}' \\
  -d '{"query":"mutation ($input: fliz_video_product_create_input!) {\\r\\n  fliz_video_product_create(fliz_video_product_create_input: $input) {\\r\\n    id\\r\\n    cost\\r\\n  }\\r\\n}","variables":{"input":{"url":"<https://www.bose.com/p/headphones/quietcomfort-acoustic-noise-cancelling-headphones/QC-HEADPHONEARN.html?dwvar_QC-HEADPHONEARN_color=MOONSTONE%20BLUE&quantity=1","format":"size_9_16","name":"Bose> QuietComfort Headphones","site_name":"Bose","description":"Take charge of your music and stride along to the beat. High-fidelity audio and legendary noise cancellation work their magic by sealing you in, eliminating distractions, and letting you dive deep into your own rhythm. Toggle between Quiet and Aware Modes, or create a Custom Mode and adjust outside sound to the moment. The design is iconic and the comfort lasting, while an optional audio cable with an in-line microphone plugs you into sound as bold as you, even without a Bluetooth® connection. Legendary noise cancellation. Modes for any musical moment. High-fidelity audio. All-day comfort. Up to 24 hours of battery life*. Adjustable EQ. Audio cable with in-line mic. Customize with Bose Music app","images":["<https://assets.bosecreative.com/transform/e3ccba8d-a876-489e-8245-b9b03b1ff3d4/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_01__EXCLUSIVE_COLOR_BADGE?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit","https://assets.bosecreative.com/transform/2e26b6a0-f9b7-4547-aa21-8f24a3aa175a/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_BADGE_02?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit","https://assets.bosecreative.com/transform/e1f0479a-7c5f-4ddc-ad74-bd94e2af04d3/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_BADGE_03?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit","https://assets.bosecreative.com/transform/73b39a68-00c3-4b46-bae5-95904015d93d/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_BADGE_04?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit","https://assets.bosecreative.com/transform/0d38fa65-e1df-4dbf-b45c-cbaec59a293a/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_BADGE_06?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit","https://assets.bosecreative.com/transform/8f407f4a-78bb-461f-8d5a-3509a0eaf848/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_BADGE_07?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit"],"webhook_url":"https://my-url.com/webhook>"}}}'

Edit

Here's how to transform a product to video

mutation ($id: uuid! $input: fliz_video_product_edit_input!) {
  fliz_video_product_edit(id: $id, fliz_video_product_edit_input: $input) {
    id
    cost
  }
}

Variables:

{
  "id": "e864ecb1-d14f-42a7-99ef-5e0f7c97edc5",
  "input": {
    "name":"Bose QuietComfort Headphones",
    "site_name": "Bose",
    "format": "square",
		"voice": "male",
    "subtitles": "tiktok",
    "introduction": "my introduction",
    "argumentation": "my argumentation",
    "call_to_action": "my call to action",
    "images": [
      "<https://assets.bosecreative.com/transform/e3ccba8d-a876-489e-8245-b9b03b1ff3d4/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_01__EXCLUSIVE_COLOR_BADGE?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit>",
      "<https://assets.bosecreative.com/transform/2e26b6a0-f9b7-4547-aa21-8f24a3aa175a/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_BADGE_02?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit>",
      "<https://assets.bosecreative.com/transform/e1f0479a-7c5f-4ddc-ad74-bd94e2af04d3/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_BADGE_03?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit>",
      "<https://assets.bosecreative.com/transform/73b39a68-00c3-4b46-bae5-95904015d93d/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_BADGE_04?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit>",
      "<https://assets.bosecreative.com/transform/0d38fa65-e1df-4dbf-b45c-cbaec59a293a/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_BADGE_06?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit>",
      "<https://assets.bosecreative.com/transform/8f407f4a-78bb-461f-8d5a-3509a0eaf848/QCHLE24_MoonstoneBlue_PDP_GALLERY_SF_BADGE_07?quality=100&io=width:816,height:667,transform:fit&io=width:816,height:667,transform:fit>"
    ],
    "webhook_url": "<https://my-url.com/webhook>"
  }
}

Ad

Create

Here's how to transform a product to video

mutation ($input: fliz_video_ad_create_input!) {
  fliz_video_ad_create(fliz_video_ad_create_input: $input) {
    id
    cost
  }
}

Variables: