Getting Started
The Noverto API allows you to programmatically access our link building platform. You can:
- Submit link building campaigns
- Track link status and metrics
- Access AI vetting results
- Pull reporting data
Base URL: https://api.noverto.io/v1
Authentication
All API requests require authentication using an API key. Include your API key in the request headers:
Authorization: Bearer YOUR_API_KEY
You can generate an API key from your Noverto dashboard under Settings → API Access.
Endpoints
GET
/campaigns
List all your link building campaigns.
POST
/campaigns
Create a new link building campaign.
GET
/links
List all links across your campaigns.
GET
/links/{id}
Get detailed information about a specific link.
POST
/analyze
Analyze a URL using our AI vetting system.
Rate Limits
API requests are rate limited based on your plan:
| Plan | Requests/Hour | Requests/Day |
|---|---|---|
| Starter | 100 | 1,000 |
| Growth | 500 | 5,000 |
| Enterprise | Unlimited | Unlimited |
Error Handling
The API uses standard HTTP status codes:
| Code | Description |
|---|---|
| 200 | Success |
| 401 | Unauthorized - Invalid API key |
| 403 | Forbidden - Insufficient permissions |
| 429 | Too Many Requests - Rate limit exceeded |
| 500 | Server Error |
Ready to Integrate?
Contact us to get API access and start building custom integrations.
Request API Access