Images API

Generate images on our server and get ready-to-serve images URL without waiting for generation time.

Get Generate Images

POST https://api.dynapik.com/v1/images/:templateId

This endpoint allows you to generate an image from a template

Path Parameters

Name
Type
Description

templateId

String

ID of the template to generate image from

Headers

Name
Type
Description

Authentication

string

API Key as Bearer token content

Request Body

Name
Type
Description

content

object

Key value pair of layer content to override data

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Last updated

Was this helpful?