{"id":30208915,"url":"https://github.com/argmaxinc/argmax-sdk-swift-playground","last_synced_at":"2025-08-13T18:25:44.875Z","repository":{"id":307717730,"uuid":"1028646489","full_name":"argmaxinc/argmax-sdk-swift-playground","owner":"argmaxinc","description":"Argmax SDK Swift Playground","archived":false,"fork":false,"pushed_at":"2025-08-10T18:46:54.000Z","size":345,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-10T20:37:01.310Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.argmaxinc.com/","language":"Swift","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/argmaxinc.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}},"created_at":"2025-07-29T21:03:47.000Z","updated_at":"2025-08-09T10:11:03.000Z","dependencies_parsed_at":"2025-08-01T20:35:17.081Z","dependency_job_id":"a64e3ca5-c4b5-46cf-991a-02d50e8c8dcc","html_url":"https://github.com/argmaxinc/argmax-sdk-swift-playground","commit_stats":null,"previous_names":["argmaxinc/argmax-sdk-swift-playground"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/argmaxinc/argmax-sdk-swift-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argmaxinc%2Fargmax-sdk-swift-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argmaxinc%2Fargmax-sdk-swift-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argmaxinc%2Fargmax-sdk-swift-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argmaxinc%2Fargmax-sdk-swift-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/argmaxinc","download_url":"https://codeload.github.com/argmaxinc/argmax-sdk-swift-playground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/argmaxinc%2Fargmax-sdk-swift-playground/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270287571,"owners_count":24558627,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-08-13T18:25:40.106Z","updated_at":"2025-08-13T18:25:44.839Z","avatar_url":"https://github.com/argmaxinc.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Argmax SDK Swift Playground\n\nThis repository hosts the source code for [Argmax Playground](https://testflight.apple.com/join/Q1cywTJw). It is open-sourced to demonstrate best practices when using the [Argmax SDK](https://argmaxinc.com/#SDK) through an end-to-end example app. Specifically, this app demonstrates Real-time Transcription, File Transcription and Diarized Transcription.\n\n\n---\n\n## Getting Started\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/argmaxinc/argmax-sdk-swift-playground.git\ncd argmax-sdk-swift-playground\n```\n\n### 2. Open the Project\n\n```bash\nopen Playground.xcodeproj\n```\n\n---\n\n\n## Configuration\n\nBefore running the app, you must complete these setup steps:\n\n### 1. Select Development Team\nIn Xcode, select your app target and go to **Signing \u0026 Capabilities**. Choose your **Development Team** from the dropdown to enable code signing.\n\n### 2. Add Your API Key\nIn order to unlock the SDK, you will need to provide your API key. You can create one at [https://app.argmaxinc.com](https://app.argmaxinc.com).\n\nIn `DefaultEnvInitializer.swift`, update the following code with your credentials:\n\n```swift\npublic class DefaultEnvInitializer: PlaygroundEnvInitializer {\n\n    public func createAPIKeyProvider() -\u003e APIKeyProvider {\n        return PlainTextAPIKeyProvider(\n            apiKey: \"\", // TODO: Add your Argmax SDK API key\n        )\n    }\n}\n```\n\n\u003e **Do not commit your API key.**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fargmaxinc%2Fargmax-sdk-swift-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fargmaxinc%2Fargmax-sdk-swift-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fargmaxinc%2Fargmax-sdk-swift-playground/lists"}