Skip to main content
PUT
/
api
/
agent
/
image-style
Set illustration style preset
curl --request PUT \
  --url https://www.citedy.com/api/agent/image-style \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "preset": "minimal"
}
'
{
  "success": true,
  "preset": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer citedy_agent_* key

Body

application/json
preset
enum<string>
required
Available options:
minimal,
tech,
bold

Response

Style updated

success
boolean
required
preset
string
required