reka-ai/api-examples-dotnet
C#
Captured source
source ↗reka-ai/api-examples-dotnet
Description: Examples to get started with Reka APIs using .NET (C#) resources
Language: C#
Stars: 13
Forks: 7
Open issues: 1
Created: 2025-08-29T18:22:54Z
Pushed: 2026-03-05T20:00:52Z
Default branch: main
Fork: no
Archived: no
README:
Reka API Examples with .NET C#

[](https://link.reka.ai/discord)
This repository showcases how to use Reka Research and Reka Vision to build intelligent apps that can search the web, structure responses, and support reasoning. It’s designed to help developers learn how to integrate and use Reka Research with different tools and frameworks.
📋 More Examples in Other Languages
📚 What's in this repo
| Folder/File | Description | |----------------------------------------------------|-------------------------------------------------------------------------------| | [csharp10-script/](./csharp10-script/README.md) | Three ways to use C# 10 file-based (preview) without full projects via Reka APIs | | [reka-restaurant/](./reka-restaurant/README.md) | Restaurant search sample using Reka Deep Search with advanced features | | [event-finder/](./event-finder/README.md) | Find relevant tech events using Reka Research with web search and reasoning | | [video-analyzer/](./video-analyzer/README.md) | Get insights from videos using AI. Search across multiple videos or inspect one |
🧪 Why use this repo?
- Learn how to use Reka Research with raw HTTP requests and the OpenAI‑compatible SDK
- Build agents that can think step-by-step and cite sources
- Learn to control structured outputs using
response_format - Control domain scope and search behavior using the
web_searchconfiguration
🛠 Recommended Use Cases
- Web search with control over allowed domains
- Research agents with explainable reasoning steps
- Video processing and analysis
🤝 Contributions
If you find a bug or would like to add a feature, please read our [Code of Conduct](CODE_OF_CONDUCT.md) and the [Contributing Guide](CONTRIBUTING.md).
Feel free to open an issue or submit a PR—feedback and improvements are welcome.
Notability
notability 1.0/10Low-star dotnet examples repo