Zactonz Developers

Build with Zactonz APIs, themes and plugins.

Reference docs, quick starts and integration guides for everything we ship: REST APIs on api.zactonz.com, WordPress themes and plugins, and cPanel & WHM extensions.

Request
curl "https://api.zactonz.com/qr/enc/?content=https%3A%2F%2Fzactonz.com&format=png&size=6&accuracy=normal&padding=2&color=000000&bgcolor=FFFFFF&resp=json" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response · 200
{
  "status": 200,
  "data": {
    "qr": "https://api.zactonz.com/qr/enc/i/qDB76_184XsQzKpYx4e.png",
    "size": 6,
    "accuracy": "M",
    "format": "png"
  }
}

Start in three steps

Every API speaks plain HTTP and answers with JSON. Send your API key as a Bearer token and you are done.

Read the quick start
  1. 1

    Get an API key

    Request a key from Zactonz support. One key covers every endpoint you are licensed for.

  2. 2

    Make a request

    Call the endpoint with GET or POST and an Authorization: Bearer header. Parameters are plain query or form fields, no SDK required.

  3. 3

    Read the response

    Every reply carries a status field and a data payload. Errors are reported in the same shape.