[email protected] ยท Riyadh, KSA
Developers

Build With Rushd AI

API-first, enterprise-grade. Integrate any Rushd platform into your existing systems with our REST APIs, SDKs, and documentation.

Quick Start

Up and Running in Four Steps

01

Get API credentials

Contact us to receive your API key and tenant configuration for your Rushd platform.

02

Install the SDK

Use our Python or JavaScript SDK โ€” or hit our REST API directly. Full OpenAPI spec included.

03

Make your first call

Run a test query against the platform endpoint. Responses are structured JSON, BI-compatible.

04

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

Python
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

Available

Full SDK with async support, type hints, and retry logic built in.

โšก

JavaScript

Available

Node.js and browser-compatible SDK with TypeScript definitions.

๐Ÿ”—

REST API

Available

Full OpenAPI 3.0 spec. Use with any HTTP client or code generation tool.

๐Ÿ””

Webhooks

Coming soon

Event-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

ReactFastAPIPostgreSQLPostGISML PipelinesLLM IntegrationMicroservicesREST APIsOpenAPI 3.0DockerKubernetes
Ready to start?

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]