--- title: Getting Started | PostGrid description: Get started with PostGrid's Address Verification API — sign up, create API keys, set up authorization, and learn about rate limits and integration options. --- PostGrid’s Address Verification service allows you to autocomplete, verify, and standardize addresses in real-time.\ It also offers batch verification which allows you to do the same for thousands of addresses per second. You can access the platform [here](https://app.postgrid.com) where you can also bulk verify lists without having to use the API. **Note that you can supply JSON data instead of urlencoded data for all endpoints.** **Also note that the API key in this documentation is just an example. please create a new key on the dashboard.** ## Signing up on the dashboard 1. Go to the PostGrid sign-up page [here](https://www.postgrid.com/sign-up/) 2. Select the Address Verification API option 3. Fill out the required information and click on ‘Sign Up’ button 4. Check your inbox for the email requesting to verify the account and complete the setup 5. Once the setup is successfully completed, sign in to the dashboard [here](https://dashboard.postgrid.com/login) ![Sign Up Page](/_astro/01-image.hIbhAGyM_1P9cm2.webp) ![Sign in Page](/_astro/02-image.DV4zYDg5_cCpTk.webp) ## API Keys You can create an API key by accessing the [Developers](https://app.postgrid.com/addver/developers) section of the platform. There, you can click “Create new access key” and select the type of key you want. For batch verification, you must use a secret key. ![PostGrid Developers page showing the Create New Access Key button and a list of existing API keys](/_astro/03-image.CZA12qwR_Z2cS4xw.webp) ## Authorization You can authorize your HTTP requests by setting the `x-api-key` HTTP header to your API key. ## Rate Limit All API endpoints (except preview endpoints) documented here have a default rate limit of 5 requests per second, with a max default throughput of 100 addresses per second. Users are encouraged to use the batch endpoint() documented below for processing large number of addresses. For users who would like to increase the rate limit, please feel free to reach out to . ## Integration If you’re looking to install autocomplete and verification on a website, you can access the [Developers](https://app.postgrid.com/addver/developers) section of the dashboard, create a public key, and then click on the API key name. This will show you a guide for installing our pre-built integration on your website without having to access the API directly. Otherwise, you can use the endpoints available in our documentation to create a completely custom integration