APIs for software.

SFAIE is a catalog of hosted APIs. One key. One bill. HTTP in, JSON out.

curl "https://api.sfaie.com/v1/sfaie/twitter/user-info?handle=citytrailsf" \
  -H "x-api-key: $SFAIE_API_KEY"
{
  "id": "1462305718290034688",
  "handle": "citytrailsf",
  "name": "City Trails SF",
  "description": "Walking routes and small parks in San Francisco.",
  "followers": 48210,
  "following": 512,
  "created_at": "2021-11-21T09:14:02Z",
  "profile_image_url": "https://cdn.sfaie.com/samples/citytrailsf.jpg"
}

AI APIs

Models you call like any other endpoint.

Data APIs

Structured data from the public web.