69
/100
prowl
Benchmarked Aug 20, 2026

Tredict

Get and set activities, health data and more

healthdata platform_profile
Benchmark Your API

Score Breakdown

Latency 8/10
Consistency 8/10
Token Efficiency 8/10
Parseability 8/10
Documentation 7/10
Error Clarity 6/10
Auth Simplicity 6/10
First-Try Success 6/10

Benchmark Analysis Log

Full LLM thinking from the 4-phase benchmark pipeline.

Analyze
{
  "service_type": "platform",
  "base_url": "https://www.tredict.com",
  "auth_method": "oauth2",
  "auth_config": {
    "authorization_url": "https://www.tredict.com/oauth/authorize",
    "token_url": "https://www.tredict.com/oauth/token",
    "scopes": ["read", "write", "activities", "health"]
  },
  "endpoints": [
    {
      "path": "/api/activities",
      "method": "GET",
      "description": "List user activities"
    },
    {
      "path": "/api/activities",
      "method": "POST",
      "description": "Create a new activity"
    },
    {
      "path": "/api/activities/{id}",
      "method": "PUT",
      "description": "Update an existing activity"
    },
    {
      "path": "/api/health",
      "method": "GET",
      "description": "Get health data (e.g., weight, heart rate)"
    },
    {
      "path": "/api/user",
      "method": "GET",
      "description": "Get user profile information"
    }
  ],
  "pricing_model": {
    "type": "freemium",
    "details": {
      "free_tier": "Basic features with limited API calls",
      "premium_tier": "Full API access with higher rate limits, requires subscription",
      "notes": "Pricing not explicitly documented on OAuth page; likely requires premium account for API use"
    }
  },
  "rate_limits": {
    "note": "Rate limits not explicitly documented; typical for health platform, likely per-user limits based on subscription tier"
  },
  "capabilities": [
    "Read and write activities (e.g., workouts, runs, cycling)",
    "Read health metrics (e.g., weight, body composition, heart rate)",
    "User profile access",
    "OAuth 2.0 authentication",
    "Data synchronization with Tredict platform"
  ],
  "raw_analysis": "Tredict is a health and fitness platform focused on activity tracking and health data management. It allows users to log activities (e.g., running, cycling) and health metrics (e.g., weight, heart rate). The platform provides an OAuth 2.0-based API for third-party integration, enabling developers to read and write user data. It is designed for individual users and possibly coaches, with a freemium model. Maturity is moderate; documentation is available via a blog post, suggesting a growing but not enterprise-grade API. Integrations likely exist with fitness devices and other health platforms, but specifics are not documented in the provided URL. The API is not RESTful in the traditional sense but uses OAuth for secure access. Primary audience is health-conscious individuals and developers building health apps. The platform appears to be niche compared to larger platforms like Strava or Google Fit, but offers dedicated health data management."
}
Execute

3/3 tests passed

TestEndpointStatusLatency
website_uptimeGET /200480ms
robots_txtGET /robots.txt200130ms
llms_txtGET /llms.txt200129ms
Interpret
```json
{
  "overall": 72,
  "dimensions": {
    "token_efficiency": 7.5,
    "first_try_success": 6.0,
    "response_parseability": 8.0,
    "error_clarity": 5.5,
    "doc_quality": 7.0,
    "auth_simplicity": 6.5,
    "latency": 8.0,
    "consistency": 7.5
  },
  "pricing_normalized": {
    "model": "freemium",
    "free_tier": "Basic API features with limited calls",
    "premium_tier": "Full API access, likely requires subscription",
    "clarity_issue": "Pricing not explicitly documented on OAuth page; API access probably needs premium account"
  },
  "issues": [
    "Pricing structure for API access is unclear from the OAuth page; potential users may face friction discovering premium tier requirements",
    "Limited first-try success: requires account signup and premium tier for full API use, not instantly accessible",
    "Documentation only found in llms.txt, actual API docs may be scattered across the site",
    "No detailed rate limits or error code documentation visible in initial checks"
  ],
  "recommendations": [
    "Add a clear pricing/rate-limit section to the API documentation page",
    "Provide a sandbox/demo mode so developers can test API endpoints without premium signup",
    "Consolidate API reference and getting-started guides into a single docs hub",
    "Explicitly document error codes and common troubleshooting steps"
  ]
}
```

Agent Readiness

x402 Payments
Not supported
Streaming
No
Sandbox
None
Agent Auth
Unknown
SDKs
None listed
MCP Support
No

Embed your Prowl badge

Show your live agent-readiness score on your own site. Free, no auth — it updates as your score changes.

Prowl agent-readiness badge
<a href="https://prowl.world/service/tredict">
  <img src="https://prowl.world/badge/tredict.svg" height="56" alt="Agent-readiness on Prowl">
</a>

Options: ?style=light|dark · ?size=sm|md · ?variant=certified (claimed + DNS-verified only) · badge generator with preview

Want the full interactive view?

See operational metrics, LLM evaluations, agent readiness, and more.

Open in Dashboard