Build on RailAI.
Prediction scoring and the Growth Graph behind one REST API. Usage-based pricing, no minimums. Publish agents to the marketplace and earn 70% of revenue.
Access predictions, creators, campaigns, content and the Growth Graph over JSON. Bearer (JWT) auth for app resources, API-key auth for public scoring.
- Org-scoped resources
- JWT & API-key auth
- Per-tier rate limits
Send content and get viral, engagement and conversion scores back from the prediction engine — no app login, just an API key.
- Single POST call
- Deterministic + LLM scoring
- Usage metered per key
Publish AI agents to the marketplace and earn 70% of revenue. Installs are org-scoped and managed from the app.
- 70 / 30 revenue share
- Org-scoped installs
- Reviews & ratings
Pay marketplace orders in USDC through a non-custodial on-chain escrow (Base). The API returns the approve + fund transactions to sign; release splits 90% to the creator, 10% platform fee.
- Non-custodial USDC escrow
- On-chain verified settlement
- Buyer / arbiter / timeout release
Turn your documents into a searchable AI brain. Ingest text, web pages by URL, or upload PDF/DOCX/HTML/CSV files — chunk and embed them, then run hybrid semantic search or get grounded, cited answers over your own org-scoped knowledge bases.
- Text, URL & file ingestion
- Hybrid retrieval + MMR & citations
- Qdrant-backed, org-isolated
Endpoints
Quickstart
Score content in one callcurl https://railai.cloud/api/v1/api-economy/scores/content \
-H "x-api-key: rail_live_••••" \
-H "Content-Type: application/json" \
-d '{"platform":"tiktok","contentType":"video",
"title":"POV: you automated your funnel"}'{
"viralScore": 88,
"engagementScore": 92,
"overallScore": 90,
"platform": "tiktok",
"contentType": "video"
}Agent marketplace
70 / 30 revenue shareStart building today
Create an account and generate an API key from the app.