Test Zapinner in Postman

Import the Zapinner collection and start making API calls in minutes.

Get started in five steps

  1. Create a Zapinner account

    Sign up at zapinner.com. A free account is enough to start testing.

  2. Generate an API key

    In the dashboard, create a key. It looks like zap_live_... or zap_test_....

  3. Import the Zapinner Postman collection

    In Postman, choose Import Link and paste the collection URL below (or download the file and drag it in).

  4. 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 as Authorization: Bearer {{zapinner_api_key}}.

  5. 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.

Postman v2.1
https://zapinner.com/docs/postman.json

Authentication

Direct Zapinner
Use your Zapinner API key as: Authorization: Bearer zap_live_...
RapidAPI
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.

Use this spec when importing Zapinner into RapidAPI. Marketplace authentication is handled by RapidAPI, so Zapinner API-key security requirements are omitted.