FalaAI.Api
1.21.48
dotnet add package FalaAI.Api --version 1.21.48
NuGet\Install-Package FalaAI.Api -Version 1.21.48
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FalaAI.Api" Version="1.21.48" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FalaAI.Api" Version="1.21.48" />
<PackageReference Include="FalaAI.Api" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FalaAI.Api --version 1.21.48
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FalaAI.Api, 1.21.48"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FalaAI.Api@1.21.48
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FalaAI.Api&version=1.21.48
#tool nuget:?package=FalaAI.Api&version=1.21.48
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
FalaAI API — .NET SDK
Official .NET/C# SDK for the FalaAI API — AI-powered call transcription, diagnosis and compliance auditing.
Install
dotnet add package FalaAI.Api
Quick start
using FalaAI.Api.Api;
using FalaAI.Api.Client;
var config = new Configuration { BasePath = "https://api01-falaai.action.tec.br", AccessToken = "fai_xxx" };
var health = new HealthApi(config);
var res = await health.HealthCheckWithHttpInfoAsync();
Console.WriteLine($"{res.Data.Status} {(int)res.StatusCode}");
Endpoints
| Method | Path | Description |
|---|---|---|
| POST | /v1/audio/transcriptions |
Audio to text (diarization, audio events) |
| POST | /v1/analyze/diagnostic |
Conversation analysis |
| POST | /v1/analyze/auditoriaRisco |
Compliance audit (risk) |
| GET | /v1/usage/log |
Usage log |
| GET | /v1/usage/by-key |
Usage grouped by API key |
| GET/POST | /v1/webhooks |
List / create webhooks |
| PUT/DELETE | /v1/webhooks/{webhook_id} |
Update / delete webhook |
| GET/POST | /v1/email-alerts |
List / create email alerts |
| PUT/DELETE | /v1/email-alerts/{alert_id} |
Update / delete email alert |
| GET | /api/version |
API version |
| GET/HEAD | /v1/health |
Health check |
Authentication
Authenticated endpoints require an API key in the Authorization header:
Authorization: Bearer fai_xxx
Get your API key at falaai.action.tec.br/api.
License
MIT © Action Tec Br
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- JsonSubTypes (>= 2.1.0)
- Newtonsoft.Json (>= 13.0.4)
- Polly (>= 8.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release (v1.21.47)