Developer access

Connect campaign inputs to a paid pack job.

Create a job, poll its status, then read the artifact manifest and download the file you need.

Formatry API output preview
  1. KeyScoped server key

    Secret stays server-side.

  2. BalancePaid availability

    Credits or plan gate the job.

  3. UploadApproved material

    Prepare assets first.

  4. JobOne pack request

    Formats, assets, status.

  5. FilesReady-file references

    Manifest and short-lived links.

Response contract

A successful job resolves to a ready manifest.

GET /api/v1/jobs/{jobId}

{
  "id": "6c8f4de1-3bdb-4fd5-a94c-5869bcb8a76a",
  "status": "succeeded",
  "outputFormat": "webp",
  "artifactId": "7f31c7e4-71a8-4f99-99de-2837f07c3f29"
}

Example ready manifest

statusready

files[0]square.webp · 1080 × 1080 · image/webp

files[1]banner.webp · 1200 × 420 · image/webp

expiresAt2026-08-02T05:30:00Z