| Crates.io | roark-rs |
| lib.rs | roark-rs |
| version | 0.0.2 |
| created_at | 2025-06-19 20:52:39.27453+00 |
| updated_at | 2025-06-25 11:58:46.196281+00 |
| description | # Roark Analytics API - Voice AI Analytics Platform |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1718805 |
| size | 333,019 |
The Roark Analytics API provides comprehensive monitoring, evaluation, and analytics capabilities for voice AI agents. This API allows developers to seamlessly integrate with the Roark platform to track call quality, analyze agent performance, and extract insights from voice interactions.
All API endpoints require Bearer token authentication. Include your API token in the Authorization header:
Authorization: Bearer YOUR_API_TOKEN
The API implements rate limiting to ensure service stability. Rate limit headers are included in responses.
The API uses standard HTTP status codes and returns structured error responses with detailed error information including error types, codes, and human-readable messages.
This OpenAPI specification has been optimized for Rust code generation with:
For more information, please visit https://docs.roark.ai
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
org.openapitools.codegen.languages.RustClientCodegenPut the package under your project folder in a directory named roark-rs and add the following to Cargo.toml under [dependencies]:
roark-rs = { path = "./roark-rs" }
All URIs are relative to https://api.roark.ai
| Class | Method | HTTP request | Description |
|---|
CallAnalysisApi | create_call_analysis_job | POST /v1/call-analysis | Create call analysis job CallAnalysisApi | get_call_analysis_job | GET /v1/call-analysis/{job_id} | Get call analysis job CallOperationsApi | get_call_evaluation_runs | GET /v1/call/{call_id}/evaluation-run | Get call evaluation runs CallOperationsApi | get_call_sentiment_analysis | GET /v1/call/{call_id}/sentiment-run | Get call sentiment analysis EvaluationApi | create_evaluation_job | POST /v1/evaluation/job | Create evaluation job EvaluationApi | get_evaluation_job | GET /v1/evaluation/job/{job_id} | Get evaluation job EvaluationApi | get_evaluation_job_runs | GET /v1/evaluation/job/{job_id}/runs | Get evaluation job runs HealthApi | get_api_health | GET /health | Get API health status IntegrationsApi | create_retell_call | POST /v1/retell/call | Send a Retell call to Roark IntegrationsApi | create_vapi_call | POST /v1/vapi/call | Send a VAPI call to Roark
To get access to the crate's generated documentation, use:
cargo doc --open