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 and built-in click analytics. Build link shortening into your app with one POST request. Free API.
/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 TTL up to 24 hours. Share code snippets and logs with a single POST. Free API, no signup.
/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 lat/lng points using the Haversine formula. Returns km, miles, and nautical miles. Free geolocation API.
/v1/geo/geocode Convert a street address or place name into latitude/longitude coordinates.
Turn any street address or place name into latitude and longitude coordinates via API. Powered by OpenStreetMap. Returns lat, lng, and display name. Free.
/v1/geo/reverse Convert latitude/longitude coordinates into a human-readable address.
Turn latitude and longitude into a street address via API. Powered by OpenStreetMap. Returns formatted address, city, country, and postal code. Free 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.