sfaie / hello

Hello API

A live endpoint for testing your API key.

Call one GET with your API key and get a greeting back. The response includes your organization's remaining credits. Use it to check a key, an SDK, or a deploy. This endpoint is served by SFAIE itself.

https://sfaie.com/api

Send your key as an Authorization: Bearer token.

Endpoint

get

GET/sfaie/hello/v11 credit / call

Returns a greeting and your remaining credits.

Request

curl "https://sfaie.com/api/sfaie/hello/v1" \
  -H "Authorization: Bearer $SFAIE_API_KEY"

Response

{
  "data": {
    "message": "hello, world",
    "remaining": 499
  }
}

Try it

Sign in to try this endpoint.

Calls are real. Accepted calls cost 1 credit.