GET
/
image
/
styles
curl --request GET \
  --url https://api.venice.ai/api/v1/image/styles
{
  "data": [
    "3D Model",
    "Analog Film",
    "Anime",
    "Cinematic",
    "Comic Book"
  ],
  "object": "list"
}

Postman Collection

For additional examples, please see this Postman Collection.


Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

OK

The response is of type object.