An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Reka API Examples with .NET C#

![Reka AI](assets/reka-ai-cover.jpeg)

[![Join our Discord](assets/discord-invite.png)](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.