Hello API

by Animica ExamplesFounding DeveloperAPIs

The smallest possible Animica Python Cloud function.

Pay per use
Post on X
35total runs
35runs, last 30 days
100%success rate
1241msavg duration

About

A minimal request/response function that shows the runtime ABI: define `def main(request)`, return anything JSON-serializable, and Animica handles the endpoint, metering and payment. Read the source, copy it, ship your own.

Launch

Runs examples/hello-api live in the hardened sandbox.

POST /api/cloud/v1/fn/examples/hello-api
Runs anonymously on the shared free tier (rate-limited). Add an API key from your account for higher limits.

API

Call it from anywhere — the endpoint speaks plain JSON over HTTPS and returns the execution's request id and metered cost in X-Animica-* headers.

curl -X POST https://animica.dev/api/cloud/v1/fn/examples/hello-api \
  -H 'content-type: application/json' \
  -d '{}'

Reviews

No reviews yet. Run the app, then leave the first one from your account.