Storage & Services APIs
Webhook inbox, URL shortener, paste bin, and geolocation distance/geocoding APIs.
10 endpoints available. All free to try without an API key.
/v1/webhook/inbox/create Create a temporary webhook inbox that captures incoming payloads for 24 hours.
Create a temporary webhook inbox that captures incoming HTTP payloads for 24 hours. Free API for testing webhooks, debugging integrations, and inspecting payloads.
/v1/webhook/inbox/:id/list List all captured payloads from a webhook inbox.
Retrieve all captured webhook payloads from a temporary inbox. View timestamps, request bodies, and payload IDs. Free API for webhook debugging.
/v1/short-url/create Shorten a URL with an optional custom slug and get a tracked short link.
Shorten any URL with an optional custom slug. Get a tracked short link with click analytics. Free API for developers building link shortening features.
/v1/short-url/stats Get click count and metadata for a shortened URL.
Get click count, creation date, and original URL for any shortened link. Free API for tracking short URL performance and engagement metrics.
/v1/paste/create Create a temporary paste with optional syntax highlighting and configurable TTL.
Create temporary text pastes with syntax highlighting and configurable TTL up to 24 hours. Free API for sharing code snippets and log output.
/v1/paste/get Retrieve a paste by ID with its content, language, and creation timestamp.
Retrieve a stored paste by ID, including content, language tag, and creation timestamp. Free API for fetching shared code snippets and temporary text.
/v1/geo/distance Calculate the great-circle distance between two coordinate pairs.
Calculate the great-circle distance between two coordinates using the Haversine formula. Supports km, miles, and nautical miles. Free API for geolocation apps.
/v1/geo/geocode Convert a street address or place name into latitude/longitude coordinates.
Convert a street address or place name into latitude and longitude coordinates. Powered by OpenStreetMap. Free geocoding API for developers.
/v1/geo/reverse Convert latitude/longitude coordinates into a human-readable address.
Convert latitude and longitude coordinates into a human-readable street address. Powered by OpenStreetMap. Free reverse geocoding API for developers.
/v1/geo/batch Geocode up to 10 addresses in a single request.
Geocode up to 10 addresses in a single API call for free. Returns coordinates for each address with individual error handling. Failed lookups do not fail the batch.
Start building with Botoi APIs
Free tier, no credit card required. Get your API key and start making requests in seconds.