This Vector Generation pipeline enables builders to integrate the generation of high-quality, editable vector graphic assets into their products or workflows. It leverages Briaās proprietary text-to-image foundation models, enhanced to produce vector-compatible outputs while maintaining control and flexibility. The pipeline supports generation of scalable assets such as icons, logos, and illustrations, making it ideal for use cases requiring vector graphics.Note: Our current interface is equivalent to https://engine.prod.bria-api.com1/text-to-vector/base/3.2For details, please refer to here
Request
Header Params
Body Params application/jsonRequired
Examples
Responses
š¢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.cometapi.com/bria/text-to-vector' \
--header'Authorization: ' \
--header'Content-Type: application/json' \
--data-raw'{
"prompt": "a book",
"num_results": 2,
"sync": false
}'