Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/v2/inpaint
Edit a region of an image by painting over a mask
curl -X POST https://elumenta.ru/api/v2/inpaint \ -H "Authorization: Bearer nb_YOUR_API_KEY" \ -F "image=@original.jpg" \ -F "mask=@mask.png" \ -F "prompt=A red balloon floating in the sky"
GET /api/v2/inpaint/{generation_id}