PierNode
Getting Started

Overview

What PierNode is and how it is put together.

PierNode is an API-first platform for AI media generation. You integrate against a single REST API, and PierNode handles authentication, usage metering and the asynchronous work of running generations against an AI provider.

How it fits together

The intended request flow is:

  1. You create an API key in the PierNode console.
  2. Your application calls the PierNode API with that key.
  3. PierNode checks your credit balance and accepts the work.
  4. The generation runs asynchronously against an AI provider.
  5. You receive the result, either by polling the task or via a webhook callback.

Planned capabilities

PierNode is intended to cover general-purpose AI media work, including text-to-image, image-to-image transformation, image upscaling, background removal, image-to-video, text-to-video and audio/video processing.

The specific AI providers backing each capability have not been selected yet.

Current status

Nothing in the list above is callable today. The console currently supports account management only; API keys, credits and the public API are still being built. This page will be updated as each piece lands.

On this page