Ir al contenido

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.

POST /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.

webhook inbox api webhook testing api
POST /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.

webhook payload list api view webhook payloads
POST /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.

url shortener api short link api
POST /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.

short url stats api url click tracking api
POST /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.

paste bin api temporary text storage api
POST /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.

paste retrieval api get paste api
POST /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.

distance calculator api haversine distance api
POST /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.

geocoding api address to coordinates api
POST /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.

reverse geocoding api coordinates to address api
POST /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.

batch geocoding api bulk geocode api

Start building with Botoi APIs

Free tier, no credit card required. Get your API key and start making requests in seconds.