Get image styles
Get all the image styles available for creating images.
Authorizations
Responses
200
Successful response
application/json
400
Invalid request
application/json
get
GET /api/v1/images/styles HTTP/1.1
Host: shortgenius.com
Authorization: Bearer JWT
Accept: */*
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"privacy": "Private",
"prompt": "text",
"examples": [
"text"
]
}
]
Last updated