API: integrate spam verification into your tools

Connect Huhu to your CRM, dialer or internal application. Automate spam detection without changing your interface.

The API explained simply: The Restaurant.

Think of Huhu as a high-end kitchen. Rather than dining in (our website), your application places an order via a delivery driver (the API).

1. You send the number (The order)

2. We analyze the networks (The preparation)

3. We return the score (The delivery)

RESULT: SAFE

DATA DELIVERY IN 300MS

PI

The API is for you if...

Tech Team

You have developers ready to integrate a robust solution.

Automation

You want to eliminate all manual actions from your processes.

CRM / Dialer

You use tools like Salesforce or your own dialer.

High Volume

You need to check thousands of numbers daily.

Custom Tool

Your interface is unique and must remain your only entry point.

How does it work?

API_KEY="spk_abc123..." AUTH="Bearer" SCOPE="read"

1. Get Key

Generate your secure token in 2 clicks.

POST /v1/check DATA {"phone":"+336.."} CONTENT="json"

2. Make Call

Call our endpoint via a POST request.

STATUS: 200 OK SCORE: 98/100 TAG: "SPAM"

3. Receive Result

Retrieve the score and process it in real time.

Infinite Possibilities

Pre-call Check

Check before dialing

CRM Enrichment

Automatic tags on records

DB Cleaning

Massive database cleanup

Reports

Weekly reporting

Custom Alerts

Discord/Email alerts

Testimonials & Use Cases.

Call Center

"We integrated the API into our in-house Dialer. As soon as a number drops below 60% reputation, it is automatically removed from the queue. A huge time saver."

Operations Director

Lead Gen

"The API checks each prospect at entry. If it's a spam number, we don't even send the confirmation email. Base quality x3."

Growth Hacker

Internal App

"A Python integration in 10 lines. Our real estate agents see the number status directly on their prospect card."

Real Estate CTO

No-code

"Even without being a dev, the Huhu API coupled with Zapier allows us to automate our checks every Monday morning."

Freelancer

Complete Documentation.

Ready to copy-paste? We support all major languages with clear examples and a test sandbox.

JavaScript
Python
PHP
cURL
fetch('https://api.huhu.fr/v1/check', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer MY_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    phone: '+33612345678'
  })
})
.then(res => res.json())
.then(data => console.log(data.score));

API Pricing

Same price whether via the website or the API

€0.70

PER UNIT CHECK

Volume discounts • No activation fees • Technical support included

Questions?

What technical skills are required?
A basic understanding of HTTP (REST) requests is enough. Any junior developer can integrate the Huhu API in less than an hour.
Are there request limits (Rate Limits)?
Yes, we limit to 5 requests per second (300 per minute) to ensure service stability. This limit is sufficient for most professional use cases.
Is my data secure?
All connections are encrypted with TLS 1.3. We do not store numbers sent via API beyond the analysis duration, unless you enable history.

Ready to automate your checks?

Complete documentation available • SLA 99.9%

🍪

Cookies & Privacy

We use cookies to analyze traffic and improve your experience. No data is sold to third parties.

Privacy PolicyLegal Notice