PierNode

PierNode Documentation

Build applications with the PierNode API.

PierNode is a general-purpose AI media API. You send a prompt — and, for the image-driven products, an image you uploaded — and get back a generated image or video. Everything is asynchronous: you start a task and poll it until it is done.

What you can generate

ProductEndpointPriced
Text to imagePOST /api/v1/images/generationsper image
Image to imagePOST /api/v1/images/transformationsper image
Text to videoPOST /api/v1/videos/generationsper second
Image to videoPOST /api/v1/videos/transformationsper second

Current rates are shown on your dashboard.

Start here

  1. Quickstart — from an API key to your first image.
  2. Authentication — how to send your key.
  3. Uploading an image — needed for the two image-driven products.
  4. Tasks — polling, results and cancellation.
  5. Errors — what each status code means.

How billing works

Your account holds a USD balance. Starting a generation reserves its cost immediately; the reservation becomes a charge when the work succeeds, and is refunded in full if it fails. Polling a task is free, and so is uploading an image.

On this page