post https://api.byword.ai/list_styles
This endpoint allows you to retrieve all custom styles that you've created in the Byword app.
It returns a list of zero or more custom style IDs, which can be passed to the Create Article API.
Response
This endpoint allows you to retrieve all custom styles that you've created in the Byword app.
It returns a list of zero or more custom style IDs, which can be passed to the Create Article API.
xxxxxxxxxx
curl --request POST \
--url https://api.byword.ai/list_styles \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"key":"[API_KEY]"}'