Documentation

Everything you need to know about using Bastyn for background checks

API Documentation

Complete API reference and integration guides

Compliance & Legal

Understanding legal requirements and compliance

Account & Billing

Managing your account and subscription

Help & Support

Get help and troubleshooting tips

Quick Start Guide

Get up and running in minutes

1

Sign Up for an Account

Create your Bastyn account and choose a plan that fits your needs. Start with our free trial to explore all features.

Create Account
2

Create Your First Check

Navigate to the dashboard and click "New Check" to start your first background verification. Enter candidate information and select the checks you want to run.

3

Review Results

Once processing is complete, review the comprehensive report with all findings. Export results or integrate them into your hiring workflow.

API Integration

Integrate Bastyn into your application

Create a Background Check via API

Example request to create a new background check

curl -X POST https://api.bastyn.xyz/api/checks \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "candidate": {
      "name": "John Doe",
      "email": "john@example.com",
      "phone": "+1234567890"
    },
    "options": {
      "checkExperience": true,
      "checkSocial": true,
      "checkEducation": true
    }
  }'

Need More Help?

Our support team is here to help you succeed