# Create a Contact **POST /contacts** Create contacts in your Visible account. If you don't know your company ID you can get it from the URL in the app: `https://app.visible.vc/companies/{company_id}`. ## Servers - Production server: https://api.visible.vc (Production server) ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **contact** (object) ## Responses ### 201 Contact successfully created #### Body: application/json (object) - **contact** (object) ### 400 Bad Request - The request is invalid or malformed #### Body: application/json (object) - **errors** (array[object]) ### 401 Unauthorized - Invalid or missing authentication token #### Body: application/json (object) - **errors** (array[object]) ### 422 Unprocessable Entity - The request is valid but contains semantic errors #### Body: application/json (object) - **errors** (array[object]) ### 429 Too Many Requests - Rate limit exceeded #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)