All models · Pricing · API docs

image-edit API

Edit an image with words · /v1/images/edit · up to 10 reference images per request, background and object replacement, text rendered into the picture, identity preserved

Runs on our own GPUs in Russia.

How to connect: change one line — base_url. Get an sk- key in the dashboard.

curl https://api.neuraldeep.ru/v1/images/edit \
  -H "Authorization: Bearer $NEURALDEEP_KEY" \
  -F "images=@photo.png" \
  -F "prompt=replace the background"
# → {"task_uid": "…"}; then GET /v1/images/tasks/{uid} and /v1/images/tasks/{uid}/result

https://neuraldeep.ru/en/models/image-edit