For the complete documentation index, see llms.txt. This page is also available as Markdown.

.NET client

Overview

The CloudBrowserAISharp client provides shortcuts for access to our endpoints to perform various tasks.


Getting Started

Requirements

  • .NET Core SDK installed.

  • The CloudBrowserAiSharp NuGet package.

  • Your CloudBrowser.AI API token.

Installation

Install the required package:

dotnet add package CloudBrowserAi

Last updated