Edge SDKOther LanguagesOverview

Other Languages

Aerostack provides official SDKs for languages beyond JavaScript. These SDKs are maintained to ensure high performance and idiomatic usage across different platforms.

Community SDKs

If your language isn’t listed here, you can use our REST API reference to build your own client. We are always looking for community contributors to help expand our SDK ecosystem.

Raw API Access

Alternatively, you can use raw HTTP requests with any language. All endpoints require an X-API-Key header for authentication.

curl -X POST https://your-project.aerostack.dev/api/v1/db/query \
  -H "X-API-Key: your_project_api_key" \
  -H "Content-Type: application/json" \
  -d '{"sql": "SELECT 1"}'