{"id":34619809,"url":"https://github.com/b0xtch/cartesia","last_synced_at":"2026-05-28T04:31:43.099Z","repository":{"id":247709927,"uuid":"826635678","full_name":"b0xtch/cartesia","owner":"b0xtch","description":"A Rust library for the Cartesia API","archived":false,"fork":false,"pushed_at":"2024-07-10T05:02:36.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T03:59:48.892Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b0xtch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-07-10T05:00:43.000Z","updated_at":"2024-12-18T07:46:49.000Z","dependencies_parsed_at":"2024-07-10T07:13:11.342Z","dependency_job_id":"72354bdf-d00c-42aa-a474-e2d37de46e15","html_url":"https://github.com/b0xtch/cartesia","commit_stats":null,"previous_names":["b0xtch/cartesia"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/b0xtch/cartesia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0xtch%2Fcartesia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0xtch%2Fcartesia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0xtch%2Fcartesia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0xtch%2Fcartesia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b0xtch","download_url":"https://codeload.github.com/b0xtch/cartesia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b0xtch%2Fcartesia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33594851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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-12-24T15:00:14.365Z","updated_at":"2026-05-28T04:31:43.083Z","avatar_url":"https://github.com/b0xtch.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust API client for Cartesia\n\n## Overview\n\nThis API client is generated using the openapi spec.\n\n## Installation\n\nPut the package under your project folder in a directory named `cartesia` and add the following to `Cargo.toml` under `[dependencies]`:\n\n```\ncartesia = { path = \"./cartesia\" }\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://api.cartesia.ai*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*DefaultApi* | [**clone_voice_from_clip**](docs/DefaultApi.md#clone_voice_from_clip) | **POST** /voices/clone/clip | Clone Voice (Clip)\n*DefaultApi* | [**root_get**](docs/DefaultApi.md#root_get) | **GET** / | API Status and Version\n*DefaultApi* | [**tts_bytes_post**](docs/DefaultApi.md#tts_bytes_post) | **POST** /tts/bytes | Stream Speech (Bytes)\n*DefaultApi* | [**tts_sse_post**](docs/DefaultApi.md#tts_sse_post) | **POST** /tts/sse | Stream Speech (Server-Sent Events)\n*DefaultApi* | [**voices_clone_url_post**](docs/DefaultApi.md#voices_clone_url_post) | **POST** /voices/clone/url | Clone Voice (URL)\n*DefaultApi* | [**voices_get**](docs/DefaultApi.md#voices_get) | **GET** /voices | List Voices\n*DefaultApi* | [**voices_id_delete**](docs/DefaultApi.md#voices_id_delete) | **DELETE** /voices/{id} | Delete Voice\n*DefaultApi* | [**voices_id_get**](docs/DefaultApi.md#voices_id_get) | **GET** /voices/{id} | Get Voice\n*DefaultApi* | [**voices_post**](docs/DefaultApi.md#voices_post) | **POST** /voices | Create Voice\n\n\n## Documentation For Models\n\n - [Get200Response](docs/Get200Response.md)\n - [JsonBaseResponse](docs/JsonBaseResponse.md)\n - [JsonChunkResponse](docs/JsonChunkResponse.md)\n - [JsonDoneResponse](docs/JsonDoneResponse.md)\n - [JsonErrorResponse](docs/JsonErrorResponse.md)\n - [OutputFormat](docs/OutputFormat.md)\n - [TtsRequest](docs/TtsRequest.md)\n - [TtsSsePost200Response](docs/TtsSsePost200Response.md)\n - [Voice](docs/Voice.md)\n - [Voice1](docs/Voice1.md)\n - [Voice1OneOf](docs/Voice1OneOf.md)\n - [Voice1OneOf1](docs/Voice1OneOf1.md)\n - [VoiceEmbedding](docs/VoiceEmbedding.md)\n - [VoicesPostRequest](docs/VoicesPostRequest.md)\n\n\nTo get access to the crate's generated documentation, use:\n\n```\ncargo doc --open\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb0xtch%2Fcartesia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb0xtch%2Fcartesia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb0xtch%2Fcartesia/lists"}