DEVELOPER PREVIEW

Build with the SwiftAI API

Integrate our powerful matching engine, resume parser, and candidate searching capabilities directly into your own applications.

bash
$ npm install @swift-ai/sdk

// Initialize the client

import { SwiftClient } from '@swift-ai/sdk';

const client = new SwiftClient(process.env.SWIFT_API_KEY);

// Match candidates

const matches = await client.jobs.match({

jobId: 'job_123',

minScore: 0.85

});

Resume Parser API

Extract structured JSON data from PDFs and Word docs. Skills, experience, education—parsed in milliseconds.

View Endpoint

Matching Engine

Send job requirements and candidate profiles, get back similarity scores and fit analysis generated by generic Gemini models.

View Endpoint

Webhooks

Get real-time notifications for application updates, new matches, and pipeline status changes.

View Endpoint