Skip to main content

Welcome to DeepRecall API

DeepRecall provides access to the world’s largest product safety database, with real-time recall data from global regulatory sources. Our invite-only API is designed for developers who need reliable, structured, and up-to-date recall information for:
  • E-commerce Compliance - Automatically check products against recall databases
  • Supply Chain Monitoring - Track recalls affecting your inventory
  • Consumer Safety Apps - Build apps that keep users informed
  • Risk Management - Monitor product safety across your organization
  • Market Intelligence - Analyze recall trends and patterns

What You Get

API Features

  • 🔐 Secure Authentication - API key-based authentication with SHA-256 hashing
  • Fast Response Times - < 200ms average response time
  • 📄 Cursor-Based Pagination - Efficient pagination for large datasets
  • 🎯 Flexible Filtering - Filter by data source, time range, product category
  • 🔄 Custom Endpoints - Request custom data formats for your integration
  • 📊 Usage Analytics - Track your API usage and quota in real-time
  • 🌍 Global Coverage - US, EU, UK, France, Australia (expanding)
  • 🤖 AI-Indexed - Image and semantic search capabilities (coming soon)
  • 📜 Policy Coverage - Jurisdiction-specific policies beyond recalls (roadmap)

Quick Example

curl -X GET "https://api.deeprecall.io/v1/recalls/feed?limit=5" \
  -H "X-API-Key: dr_live_your_api_key_here"
{
  "success": true,
  "data": [
    {
      "id": 109226,
      "data_source": "us_cpsc",
      "alert_title": "Infant Walkers Recalled Due to Risk of Serious Injury",
      "product_name": "Uuoeebb Infant Walkers",
      "risk_severity": "high",
      "published_at": "2025-12-11T00:00:00",
      "source_url": "https://www.cpsc.gov/Recalls/2026/..."
    }
  ],
  "pagination": {
    "total_count": 1250,
    "returned_count": 5,
    "has_more": true,
    "next_cursor": "eyJpZCI6MTA5MjI2..."
  }
}

Getting Started

Support

Click the copy button to copy the email address

Rate Limits

Standard rate limits apply to all API keys:
  • 60 requests per minute
  • 1,000 requests per hour
  • 10,000 requests per day
  • 50,000 requests per month
Contact us for custom quotas:

What’s Next?

1

Request Access

DeepRecall is currently invite-only. Request early access to join
2

Receive Your API Key

Once approved, you’ll receive your API key to get started
3

Make Your First Request

Follow our Quick Start guide to make your first API call
4

Explore the API

Check out the API Reference for all available endpoints