Skip to main content
GET
/
v1
/
templates
/
:id
cURL
curl --request GET \
  --url https://api.bannerify.co/v1/templates/:id
{
  "name": "<string>",
  "id": "<string>",
  "layers": [
    {
      "name": "<string>",
      "id": "<string>",
      "type": "<string>",
      "suggestInput": "<string>"
    }
  ]
}

Authorizations

apiKey
string
query
required

Query Parameters

apiKey
string
required

The api key to use for this request

Example:

"key_xxxxxxxxx"

Response

Template details

name
string
required

The name of the template

id
string
required

The id of the template

layers
object[]
required

The layers of the template