
Convert this reference into a clean editable SVG logo
Trusted by teams building visual products
Developers
const options = {
method: 'GET',
headers: { Authorization: 'Bearer <token>' }
};
fetch('https://api.imgfun.ai/v1/models', options)
.then(async response => {
const models = await response.json();
return models;
});Returns all models available to the authenticated account.
Returns metadata for one vector model.
Generates structured SVGs from a prompt.
Converts an image input into an editable SVG output.
For Businesses

Create editable logos, marks and visual systems.

Generate consistent icons and interface illustrations.

Ship lightweight vectors that stay crisp everywhere.

Prepare scalable artwork for physical production.
Blog


