Guides Motiflow

Add over 20000 designs to your api with motiflow

Instead of serving a Whitelabel uploader or a direct file, it is possible to use Motiflow patterns. To do so you need the pattern id. The pattern ID can be found near a pattern detail in the pattern picker on the Probo website or on catalog.motiflow.com.

When you find the pattern, you can supply this ID in the files object as shown below.

Adding motiflow to a api product


{
  "files": [
    {
      "id": 9500
    }
  ]
}