First Steps
Ready to integrate AI Ark into your projects? Follow these simple steps to make your first API call:
Getting Started
Step 1: Sign Up
Create an account on our website to access your API keys and dashboard.
Step 2: Access Your API Key
- Navigate to Settings > API Panel in your dashboard.
- Generate your personal API key.
- Keep it safe—this key authenticates all your requests.
- Authentication: All requests to the AI Ark API must include your API key in the Authorization header, using the Bearer scheme.
- Authorization: Bearer [YOUR_API_KEY]
Step 3: Explore Endpoints & Make Your First Call
Dive into our API Reference to find detailed information on each endpoint, including parameters and examples. Here's a quick look at our core search capabilities:
- GET /company-search: Search and retrieve company data using names, domains, or other identifiers.
- GET /people-search: Find professionals by name, title, or company association.
API Reference Overview
- Response Format: All responses are returned in JSON format, optimized for fast parsing and easy integration into your applications.
- Error Handling: We follow standard HTTP response codes. You'll receive clear, descriptive error messages to help with debugging.
Updated 15 days ago