What are some example API endpoints for Recraft V3?

Question

Answers ( 1 )

    0
    2025-04-01T12:25:45+00:00

    Recraft V3's API includes the following endpoints:
    - **Image generation**: `POST https://external.api.recraft.ai/v1/images/generations`
    - **Image-to-image editing**: `POST https://external.api.recraft.ai/v1/images/imageToImage`
    - **Image inpainting**: `POST https://external.api.recraft.ai/v1/images/inpaint`
    - **Background replacement**: `POST https://external.api.recraft.ai/v1/images/replaceBackground`
    Each endpoint requires specific parameters, such as `prompt`, `style`, and `image` (for editing tasks).

Leave an answer