1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
const axios = require('axios');
const FormData = require('form-data');
const api_key = "YOUR API-KEY";
const url = "https://api.segmind.com/v1/recraft-v3-svg";
const reqBody = {
"size": "1024x1024",
"style": "any",
"prompt": "a portrait of a cute red panda, smiling, holding a sign that has the title \"recraft-it\", against a red background"
};
(async function() {
try {
const formData = new FormData();
// Append regular fields
for (const key in reqBody) {
if (reqBody.hasOwnProperty(key)) {
formData.append(key, reqBody[key]);
}
}
// Convert and append images as Base64 if necessary
const response = await axios.post(url, formData, {
headers: {
'x-api-key': api_key,
...formData.getHeaders()
}
});
console.log(response.data);
} catch (error) {
console.error('Error:', error.response ? error.response.data : error.message);
}
})();
Width and height of the generated image
Allowed values:
Style of the generated image.
Allowed values:
Text prompt for image generation
To keep track of your credit usage, you can inspect the response headers of each API call. The x-remaining-credits property will indicate the number of remaining credits in your account. Ensure you monitor this value to avoid any disruptions in your API usage.
Recraft V3 SVG is a cutting-edge AI model designed to streamline design workflows and produce high-quality vector graphics. Recraft V3 SVG offers unparalleled precision and customization capabilities.
Accurate Text Integration: Seamlessly incorporate text into images, ensuring clarity and legibility.
Anatomical Precision: Generate anatomically correct illustrations, adhering to realistic proportions and structures.
Aesthetically Pleasing Designs: Produce visually appealing graphics that align with established design principles.
Extensive Customization Options: Tailor designs to specific needs, adjusting text, size, position, and style.
Logo Design: Create scalable logos with sharp details.
Infographic Creation: Generate informative graphics with accurate text placement.
Illustration: Design anatomically correct illustrations for various purposes.
Promotional Materials: Produce visually striking flyers, posters, and social media graphics