← Back to search
35
Basic
Agentic Readiness Score
+20 OpenAPI +15 structured API missing +25 llms.txt
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
developer openapiapi

Agentic Signals

📄
llms.txt
Not found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 35/100

            

OpenAPI Spec (preview)

{"openapi":"3.0.0","paths":{"/v1/studies/media/upload":{"post":{"operationId":"mediaUpload","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/V1MediaUploadBodyDto"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"object","required":["ok","data"],"properties":{"ok":{"type":"boolean","enum":[true]},"data":{"$ref":"#/components/schemas/V1MediaUploadResponseDto"}}}}}},"400":{"description":"","