Creates a new custom theme with CSS styling that can be shared with other users.
curl --request POST \
--url https://api.fluxer.app/v1/users/@me/themes \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"css": "<string>"
}
'{
"id": "<string>"
}Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.
CSS text to store and share
1Success
The unique identifier for the created theme
curl --request POST \
--url https://api.fluxer.app/v1/users/@me/themes \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"css": "<string>"
}
'{
"id": "<string>"
}