PRĀZYL API Documentation

Build powerful integrations with our RESTful API. Access claims data, manage documents, and automate your insurance workflows.

Quick Start

1. Get Your API Key

Sign in to your PRĀZYL dashboard and navigate to Settings → API to generate your API credentials.

2. Make Your First Call

Use your API key to authenticate and make your first API request to list claims.

3. Explore Endpoints

Browse our comprehensive API reference to discover all available endpoints and features.

Base URL

https://api.prazyl.com/v1

Authentication

All API requests require authentication using a Bearer token in the Authorization header:

Authorization: Bearer your_api_token

API Endpoints

POST/api/v1/auth/token

Generate access token

curl -X POST https://api.prazyl.com/v1/auth/token \
  -H "Content-Type: application/json" \
  -d '{"client_id": "your_client_id", "client_secret": "your_secret"}'
POST/api/v1/auth/refresh

Refresh access token

curl -X POST https://api.prazyl.com/v1/auth/refresh \
  -H "Authorization: Bearer your_refresh_token"

SDKs & Libraries

🟢

Node.js

Available

🐍

Python

Available

🐘

PHP

Coming Soon

💎

Ruby

Coming Soon

🔷

.NET

Coming Soon

Java

Coming Soon

Rate Limits

Starter

1,000

requests/hour

Professional

10,000

requests/hour

Enterprise

Unlimited

Custom limits

Need Help?

Our developer support team is here to help you build amazing integrations

Contact API Support