Test Zapinner in Postman
Import the Zapinner collection and start making API calls in minutes.
Get started in five steps
Create a Zapinner account
Sign up at zapinner.com. A free account is enough to start testing.
Generate an API key
In the dashboard, create a key. It looks like
zap_live_...orzap_test_....Import the Zapinner Postman collection
In Postman, choose Import → Link and paste the collection URL below (or download the file and drag it in).
Set the zapinner_api_key collection variable
Open the collection's Variables tab and paste your key into
zapinner_api_key. Every request inherits it asAuthorization: Bearer {{zapinner_api_key}}.Run your first request
Send
POST /api/v1/normalize— it returns a structured result and your remaining monthly allowance.
Collection URL
Paste this into Postman's Import → Link tab. The collection ships with a base_url variable set to https://zapinner.com and an empty zapinner_api_key variable for you to fill in.
https://zapinner.com/docs/postman.jsonAuthentication
Use your Zapinner API key as:
Authorization: Bearer zap_live_...Do not use a Zapinner API key. RapidAPI handles marketplace authentication automatically.
RapidAPI OpenAPI Spec
Importing Zapinner into RapidAPI instead of Postman? Use the RapidAPI variant of the spec.
