# Add Theme **POST /api/themes** ## Servers - production: https://lztup.toil.cc (production) ## Parameters ### Body: application/json (object) - **name** (string) - **file_url** (string) - **accent_color** (string) - **text_color** (string) - **active** (boolean) ## Responses ### 201 Successful Response #### Body: application/json (object) - **theme_id** (integer) - **name** (string) - **file_url** (string) - **accent_color** (string) - **text_color** (string) - **active** (boolean) - **authors** (array[object] | array) - **created_at** (integer) ### 503 Database connection error #### Body: application/json (object) - **detail** (string) ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)