recraft-v3

This documentation is valid for the following list of our models:

  • recraft-v3

Model Overview

A state-of-the-art image generation model specifically designed for professional designers, featuring advanced text generation capabilities, anatomical accuracy, and precise style control. It stands out for its ability to generate images with extended text content and vector art support.

Setup your API Key

If you don’t have an API key for the Apilaplas API yet, feel free to use our Quickstart guide.

Submit a request

API Schema

post
Authorizations
Body
modelundefined · enumRequiredPossible values:
promptstring · max: 4000Required
image_sizeany ofOptionalDefault: square_hd
or
string · enumOptionalPossible values:
stylestring · enumOptionalDefault: realistic_imagePossible values:
num_imagesnumber · enumOptionalDefault: 1Possible values:
Responses
201Success
post
POST /v1/images/generations HTTP/1.1
Host: api.apilaplas.com
Authorization: Bearer <YOUR_LAPLASAPI_KEY>
Content-Type: application/json
Accept: */*
Content-Length: 135

{
  "model": "recraft-v3",
  "prompt": "text",
  "image_size": "square_hd",
  "style": "realistic_image",
  "colors": [
    {
      "r": 1,
      "g": 1,
      "b": 1
    }
  ],
  "num_images": 1
}
201Success

No content

Last updated