https://github.com/reka-ai/api-examples-dotnet
Examples to get started with Reka APIs using .NET (C#) resources
https://github.com/reka-ai/api-examples-dotnet
ai api dotnet hacktoberfest samples
Last synced: 6 months ago
JSON representation
Examples to get started with Reka APIs using .NET (C#) resources
- Host: GitHub
- URL: https://github.com/reka-ai/api-examples-dotnet
- Owner: reka-ai
- Created: 2025-08-29T18:22:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-12-30T22:44:47.000Z (6 months ago)
- Last Synced: 2026-01-03T21:52:15.600Z (6 months ago)
- Topics: ai, api, dotnet, hacktoberfest, samples
- Language: HTML
- Homepage:
- Size: 1.83 MB
- Stars: 11
- Watchers: 1
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
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
- [Reka api-examples with Python](https://github.com/reka-ai/api-examples)
- [Reka api-examples with TypeScript](https://github.com/reka-ai/api-examples-typescript)
## 📚 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_search` configuration
## 🛠 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.