cURL
curl --request GET \ --url https://api.venice.ai/api/v1/image/styles
{ "data": [ "3D Model", "Analog Film", "Anime", "Cinematic", "Comic Book" ], "object": "list" }
List available image styles that can be used with the generate API.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object