# Add Author **POST /api/authors** ## Servers - production: https://lztup.toil.cc (production) ## Parameters ### Body: application/json (object) - **user_id** (integer) - **username** (string) ## Responses ### 201 Successful Response #### Body: application/json (object) - **author_id** (integer) - **user_id** (integer) - **username** (string) - **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)