Quickstart Guide
Get started with the Reka Research in minutes. This guide shows how to fetch the latest Nations League 2025 winner with a single API call and integrate using the OpenAI SDK.
1. Get your API key
Create a free account on the Reka Platform to access your API key.
Keep your API key secure. Never expose it in client-side code or share it publicly.
2. Make your first API request
Use this curl command to fetch the Nations League 2025 winner. Replace $API_KEY
with your actual key.
Shell
3. Integrate with the OpenAI SDK
Reka Research is fully compatible with OpenAI’s
/chat/completions
format.You can use the official OpenAI SDK. Just update three settings:
- Set the base URL to
https://api.reka.ai/v1
- Use your Reka API key
- Set the model to
reka-flash-research
Here’s how to call the API in Python and TypeScript:
You’re ready to build and launch with the Reka Research.
For more examples and advanced usage, see our guide on Reka Research.