{"id":15091129,"url":"https://github.com/tryagi/assemblyai","last_synced_at":"2025-04-12T07:10:46.191Z","repository":{"id":255896524,"uuid":"853449443","full_name":"tryAGI/AssemblyAI","owner":"tryAGI","description":"C# SDK based on official AssemblyAI OpenAPI specification","archived":false,"fork":false,"pushed_at":"2025-04-10T15:22:01.000Z","size":690,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T16:48:56.564Z","etag":null,"topics":["ai","api","assemblyai","autosdk","csharp","dotnet","generated","langchain","langchain-dotnet","openapi","sdk"],"latest_commit_sha":null,"homepage":"https://tryagi.github.io/AssemblyAI/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tryAGI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"HavenDV","patreon":"havendv","ko_fi":"havendv","custom":["https://www.paypal.me/havendv","https://www.buymeacoffee.com/havendv","https://donate.stripe.com/00gfZ19zkeKLh1eaEE","https://www.upwork.com/freelancers/~017b1ad6f6af9cc189"]}},"created_at":"2024-09-06T17:18:52.000Z","updated_at":"2025-04-10T15:22:04.000Z","dependencies_parsed_at":"2024-09-07T18:36:57.865Z","dependency_job_id":"43cd57a0-3e91-4f30-a274-ebd9cf969fef","html_url":"https://github.com/tryAGI/AssemblyAI","commit_stats":{"total_commits":24,"total_committers":3,"mean_commits":8.0,"dds":0.5416666666666667,"last_synced_commit":"d3597e689edf7d531a2039232c78e9f9e11db6f2"},"previous_names":["tryagi/assemblyai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryAGI%2FAssemblyAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryAGI%2FAssemblyAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryAGI%2FAssemblyAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryAGI%2FAssemblyAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tryAGI","download_url":"https://codeload.github.com/tryAGI/AssemblyAI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248530575,"owners_count":21119600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","api","assemblyai","autosdk","csharp","dotnet","generated","langchain","langchain-dotnet","openapi","sdk"],"created_at":"2024-09-25T10:35:47.436Z","updated_at":"2025-04-12T07:10:46.155Z","avatar_url":"https://github.com/tryAGI.png","language":"C#","funding_links":["https://github.com/sponsors/HavenDV","https://patreon.com/havendv","https://ko-fi.com/havendv","https://www.paypal.me/havendv","https://www.buymeacoffee.com/havendv","https://donate.stripe.com/00gfZ19zkeKLh1eaEE","https://www.upwork.com/freelancers/~017b1ad6f6af9cc189"],"categories":[],"sub_categories":[],"readme":"# AssemblyAI\n\n[![Nuget package](https://img.shields.io/nuget/vpre/tryAGI.AssemblyAI)](https://www.nuget.org/packages/tryAGI.AssemblyAI/)\n[![dotnet](https://github.com/tryAGI/AssemblyAI/actions/workflows/dotnet.yml/badge.svg?branch=main)](https://github.com/tryAGI/AssemblyAI/actions/workflows/dotnet.yml)\n[![License: MIT](https://img.shields.io/github/license/tryAGI/AssemblyAI)](https://github.com/tryAGI/AssemblyAI/blob/main/LICENSE.txt)\n[![Discord](https://img.shields.io/discord/1115206893015662663?label=Discord\u0026logo=discord\u0026logoColor=white\u0026color=d82679)](https://discord.gg/Ca2xhfBf3v)\n\nAssemblyAI has [an official .NET SDK](https://github.com/AssemblyAI/assemblyai-csharp-sdk) available, \nand we use this SDK primarily to improve the overall experience \nof our SDK/try to reach/exceed the level of the official one and \nextend it to all our generated SDKs for other platforms. \n\n## Features 🔥\n- Fully generated C# SDK based on [official AssemblyAI OpenAPI specification](https://raw.githubusercontent.com/AssemblyAI/assemblyai-api-spec/main/openapi.yml) using [OpenApiGenerator](https://github.com/HavenDV/OpenApiGenerator)\n- Same day update to support new features\n- Updated and supported automatically if there are no breaking changes\n- All modern .NET features - nullability, trimming, NativeAOT, etc.\n- Support .Net Framework/.Net Standard 2.0\n\n### Usage\n```csharp\nusing AssemblyAI;\n\nusing var api = new AssemblyAIClient(apiKey);\n\nvar fileUrl = \"https://github.com/AssemblyAI-Community/audio-examples/raw/main/20230607_me_canadian_wildfires.mp3\";\n\n//// You can also transcribe a local file by passing in a file path\n// var filePath = \"./path/to/file.mp3\";\n// var uploadedFile = await client.Transcript.UploadFileAsync();\n// fileUrl = uploadedFile.UploadUrl;\n\nTranscript transcript = await client.Transcript.CreateTranscriptAsync(TranscriptParams.FromUrl(\n    fileUrl,\n    new TranscriptOptionalParams\n    {\n        LanguageDetection = true,\n        SpeakerLabels = true, // Identify speakers in your audios\n        AutoHighlights = true, // Identifying highlights in your audio\n    }));\n\ntranscript.EnsureStatusCompleted();\n\nConsole.WriteLine(transcript);\n```\n\n## Support\n\nPriority place for bugs: https://github.com/tryAGI/AssemblyAI/issues  \nPriority place for ideas and general questions: https://github.com/tryAGI/AssemblyAI/discussions  \nDiscord: https://discord.gg/Ca2xhfBf3v  \n\n## Acknowledgments\n\n![JetBrains logo](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.png)\n\nThis project is supported by JetBrains through the [Open Source Support Program](https://jb.gg/OpenSourceSupport).\n\n![CodeRabbit logo](https://opengraph.githubassets.com/1c51002d7d0bbe0c4fd72ff8f2e58192702f73a7037102f77e4dbb98ac00ea8f/marketplace/coderabbitai)\n\nThis project is supported by CodeRabbit through the [Open Source Support Program](https://github.com/marketplace/coderabbitai).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftryagi%2Fassemblyai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftryagi%2Fassemblyai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftryagi%2Fassemblyai/lists"}