🚀Get your first render in 1 minute

Thanks to our already prepared sandbox request, you can see a render in a minute!

Run this request in a Postman

We did everything for you. Just copy everything below.

This request is using API KEY and Mockup from our sandbox account.

POST https://app.dynamicmockups.com/api/v1/renders

In Authorization, add the following:

  • Type: API Key

  • Key: x-api-key

  • Value: bdf8301a-ef40-457d-8f2e-0d91e18726a0:d1c144ad6cbe665f680584d9a917a2a56c2ae07bd9ddc102cdd881604a159691

In the raw JSON body, add the following:

{
  "mockup_uuid": "9ffb48c2-264f-42b9-ab86-858c410422cc",
  "smart_objects": [
            {
                "uuid": "cc864498-b8d1-495a-9968-45937edf42b3",
                "asset": {
                    "url": "https://app-dynamicmockups-production.s3.eu-central-1.amazonaws.com/static/api_sandbox_icon.png"
                    //or add your design asset URL from the link
                }
            }
    ]
}

Run this request from one of these

Not using Postman? No worries, get rendered image by running from one of these:

curl -X POST https://app.dynamicmockups.com/api/v1/renders \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "x-api-key: bdf8301a-ef40-457d-8f2e-0d91e18726a0:d1c144ad6cbe665f680584d9a917a2a56c2ae07bd9ddc102cdd881604a159691" \
-d '{
  "mockup_uuid": "9ffb48c2-264f-42b9-ab86-858c410422cc",
  "smart_objects": [
    {
      "uuid": "cc864498-b8d1-495a-9968-45937edf42b3",
      "asset": {
        "url": "https://app-dynamicmockups-production.s3.eu-central-1.amazonaws.com/static/api_sandbox_icon.png"
      }
    }
  ]
}'

What to do now?

We used mockup_uuid and smart_objects from our already prepared sandbox account. Now you can create yours.

STEP 1: You can create your account and API KEY for FREE. Sign up here.

STEP 2: Choose one of 1000s other Mockups in our Mockup Library.

STEP 3: Copy Mockup UUID and Smart Object UUID from the URL and place them instead of the ones we prepared for you and that's it!

Congratulations! Use full potential now from our Render API!

Our Render API can do much more! Go to Render API and use the full potential!

Last updated