Build With Rushd AI
API-first, enterprise-grade. Integrate any Rushd platform into your existing systems with our REST APIs, SDKs, and documentation.
Up and Running in Four Steps
Get API credentials
Contact us to receive your API key and tenant configuration for your Rushd platform.
Install the SDK
Use our Python or JavaScript SDK โ or hit our REST API directly. Full OpenAPI spec included.
Make your first call
Run a test query against the platform endpoint. Responses are structured JSON, BI-compatible.
Go to production
Scale with confidence. Our API is rate-limited per your plan and backed by SLA-monitored uptime.
Example โ TalentShift candidate ranking API
import rushd
client = rushd.Client(api_key="your_api_key")
# Rank candidates for a job requisition
result = client.talentshift.rank_candidates(
requisition_id="REQ-2026-001",
cv_files=["cv_001.pdf", "cv_002.pdf"],
scoring={
"skills_weight": 0.4,
"experience_weight": 0.4,
"cultural_fit_weight": 0.2,
}
)
for candidate in result.ranked:
print(f"{candidate.name}: {candidate.score:.2f}")SDKs & Integration Options
Python
AvailableFull SDK with async support, type hints, and retry logic built in.
JavaScript
AvailableNode.js and browser-compatible SDK with TypeScript definitions.
REST API
AvailableFull OpenAPI 3.0 spec. Use with any HTTP client or code generation tool.
Webhooks
Coming soonEvent-driven integrations for real-time workflow triggers and callbacks.
Documentation Portal
Everything you need to integrate, deploy, and extend.
Getting Started
Authentication, first API call, response formats
API Reference
Full endpoint documentation with examples
Tutorials
Step-by-step guides for common integration patterns
Webhooks & Events
Real-time event subscriptions and payload schemas
Sample Projects
Open-source examples and starter templates
Changelog
API version history and migration guides
Built on Enterprise-Grade Infrastructure
Let's Start With
Your Biggest Challenge.
We offer structured discovery workshops and proof-of-concept deployments for enterprise customers. Tell us which of the six problems keeps you up at night.
Headquarters ยท Riyadh, Kingdom of Saudi Arabia ยท [email protected]