Quickstart
Get up and running with ApiMask through RapidAPI in a few minutes.
1. Subscribe on RapidAPI
Open the ApiMask listing on RapidAPI, choose a plan, and copy the generated request headers from RapidAPI’s code examples.
2. Make a request
RapidAPI requests use the X-RapidAPI-Key and X-RapidAPI-Host headers. The host
shown below is for the Developer Utilities API.
curl --request POST \
--url https://apimask-developer-utilities-api.p.rapidapi.com/v1/dev/data/json/format \
--header "Content-Type: application/json" \
--header "X-RapidAPI-Key: $RAPIDAPI_KEY" \
--header "X-RapidAPI-Host: apimask-developer-utilities-api.p.rapidapi.com" \
--data '{"text":"{\"name\":\"ApiMask\",\"ok\":true}","indent":2}'3. Pick an endpoint
Start with a live endpoint:
- Email Validation API
- Bulk Email Verification API
- Regex Generator API
- Stacktrace Analyzer API
- JSON Formatter API
- SSL Checker API
4. Use RapidAPI examples
RapidAPI generates code samples for multiple languages after you subscribe. Use the endpoint docs on this site for request fields, response fields, and behavior notes.