Skip to content

bobadilla-tech/requiems-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

437 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Requiems API

One API key. Multiple enterprise-grade APIs.

A product by Bobadilla Technologies

What's Requiems API?

Requiems API is a production-ready API platform providing unified access to multiple enterprise-grade APIs. Eliminate months of data sourcing, validation logic, and infrastructure setup. Start building features today, not infrastructure.

CI Get Started Documentation

Built for Scale, Designed for Speed

  • Go API – Lightning-fast backend with domain-driven design
  • Rails Dashboard – Beautiful UI for users and admins
  • Cloudflare Worker Gateway – Global edge network handling auth, rate limiting, and credit tracking

Quick Start

Get your API key at requiems.xyz, then try it out:

# Example: Check if an email is disposable (one of our many APIs)
curl -X POST https://api.requiems.xyz/v1/email/disposable/check \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"email": "test@tempmail.com"}'

Explore our full catalog of APIs including email validation, finances utilities, and more in the documentation.