# Create API key **POST /api/api_keys** Allows you to create an API key for your account ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ## Responses ### 200 OK #### Body: application/json (object) - **api_key** (string) A string used to authenticate a Account ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code ### 422 API Limit Reached #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)