Authorizations
Your unique Avido API key
Your unique Avido Application ID
Body
application/json
Request body for creating a new style guide
The content sections of the style guide
Example:
[
{
"heading": "Tone",
"content": "Use professional and clear language",
"approved": true
},
{
"heading": "Guidelines",
"content": "Maintain consistent terminology throughout",
"approved": false
}
]Response
Successfully created style guide
Successful response containing the style guide data
A style guide for a specific application