Documentation
Everything you need to integrate Ravitly products into your applications.
Getting Started
Three steps to your first API call.
1
Create an Account
Sign up and access your dashboard to generate API keys.
2
Choose a Product
Pick a plan for Cloud VPS or Realtor.com API and get your credentials.
3
Start Building
Use your API key or server credentials to integrate with your app.
Authentication
RequiredInclude your API key in the request header:
HTTP Header
X-API-Key: rav_your_api_key_here
Product Docs
Select a product to view its full documentation.
Response Format
All APIs return consistent JSON responses.
200 OK
Success
{
"success": true,
"data": { ... },
"meta": {
"request_id": "req_abc123",
"latency_ms": 45
}
}
4xx Error
Error
{
"success": false,
"error": {
"code": "INVALID_PARAMETER",
"message": "Description here"
}
}
HTTP Status Codes
| Code | Meaning |
|---|---|
200 |
Request successful |
400 |
Bad request / invalid parameters |
401 |
Missing or invalid API key |
429 |
Rate limit exceeded |
500 |
Internal server error |
Rate Limits
Limits vary by plan.
| Plan | Requests/min | Monthly Limit |
|---|---|---|
| Starter | 100 | 10,000 |
| Professional | 500 | 100,000 |
| Enterprise | Custom | Unlimited |
Ready to Start Building?
Get your API key and start integrating in minutes.