XreplyAIDevelopers
API ReferencePreferences & Styles

List per-platform style profiles

Requires scope: `platform_styles:read`. Returns the effective style profile for each platform (defaults merged with your overrides).

GET
/platform_styles
AuthorizationBearer <token>

A personal API key created in the dashboard (Starter, Pro, and Team plans).

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/platform_styles"
{  "platform_styles": {    "twitter": {      "tone": "conversational",      "structure": "short",      "target_length": 200,      "max_length": 280,      "is_default": true    }  }}