API Status: Operational

Developer API

Integrate 150+ calculators into your app with our simple REST API.

Already have an account? Open your developer dashboard to manage keys and usage.

Quick Start

const res = await fetch('https://calculatorapp.me/api/v1/calculators?category=Health&limit=10', {
  headers: { 'X-API-Key': 'YOUR_API_KEY' }
});
const data = await res.json();
logger.info(data.data); // Array of calculators

Background Removal API

Product photo API docs, CSV jobs, and ecommerce workflow snippets

Launch single-image removal, CSV batch jobs, WordPress/Shopify snippets, and Zapier/Make-style workflows.

API Endpoints

List all calculators with metadata, FAQs, and categories.

ParameterTypeDescription
categorystringFilter by category (e.g., "Health", "Finance")
limitintegerMax results (1-100, default 50)
offsetintegerSkip N results for pagination
searchstringSearch by name or description

Authentication

Pass your API key via the X-API-Key header. Anonymous access is allowed with lower rate limits (30 req/min, no monthly tracking).

Rate Limits

Rate limit info is returned in response headers: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset. Exceeding the limit returns HTTP 429.

API Plans

Free

$0

  • βœ“10,000 requests/month
  • βœ“100 req/minute
  • βœ“2 API keys
  • βœ“All endpoints
  • βœ“Community support
Get Started

Pro

$29/mo

  • βœ“100,000 requests/month
  • βœ“500 req/minute
  • βœ“5 API keys
  • βœ“Priority support
  • βœ“Usage analytics
Upgrade to Pro

Enterprise

Custom

  • βœ“1M+ requests/month
  • βœ“2,000 req/minute
  • βœ“20 API keys
  • βœ“Dedicated support
  • βœ“SLA guarantee
Contact Us

OpenAPI Specification

Full OpenAPI 3.0 spec available for import into Postman, Insomnia, or code generation tools.

Download OpenAPI Spec β†’