---
title: "Transform image with text prompt"
method: POST
path: "/api/v1/image-to-image"
tags: ["Image Processing (v1)"]
---

# Transform image with text prompt

`POST /api/v1/image-to-image`

## Response `200`

Image transformed

- ProcessingResult
  - `success` boolean
  - `processing_id` string
  - `result` string — Base64-encoded result image
  - `credits_remaining` integer
  - `processing_time` number

---

[API](https://skmtc.dev/pixelpanda/apis/pixelpanda-api.md) · [All operations](https://skmtc.dev/pixelpanda/apis/pixelpanda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pixelpanda/pixelpanda-api/revisions/ab364b97afe5/schema)
