Overview
Everything you need to go from zero to a working Bitdeer AI integration.
This section walks you through the fastest path to a working integration:
- Installation — Install Python or JavaScript HTTP client packages when you want typed helpers instead of raw
curl. - Authentication — Create and configure your API key.
- First Request — Send a chat completion and inspect the response.
Prerequisites
- Python 3.10+ or Node.js 20+
- A Bitdeer AI account — sign up here
- A terminal with
pipornpmavailable
What you'll build
By the end of this section you'll have a working script that calls the Bitdeer AI chat completion endpoint and prints the model's response:
Last updated on