Developer Hub

Build with
Review Data

Access verified review intelligence directly in your apps. Use our robust API or the official SDK to integrate cross-platform feedback.

typescript sdk
npm install proofio-sdk
import { Proofio } from 'proofio-sdk';

const proofio = new Proofio({ 
  apiKey: 'your_secret_key' 
});

// Get global review summary
const insights = await proofio.insights.get();

console.log(insights.averageRating);

Integration Options

Choose the way you want to work with our data.

REST API

Our standard REST API allows you to pull review data, trends, and aggregates into any environment. Perfect for custom dashboards, internal tools, or data pipelines.

  • JSON Response Format
  • Bearer Token Auth
  • Rate-limited for stability
Explore Endpoints

Official SDK

The fastest way to get started. Our TypeScript-first SDK provides full type safety, auto-completion, and simplified methods for all common operations.

  • Full TypeScript Support
  • Zero dependencies
  • Optimized for performance
View on NPM

Enterprise-Grade Security

All requests are authenticated via secure API keys. We use TLS 1.3 for all data in transit and follow industry best practices for data isolation and security.

Developer Hub | API & SDK for Review Intelligence | Proofio