API Documentation
Complete guide to integrating with the Scira API
Quick Start
Get started with the Scira API in minutes
1
Get API Key
Sign up and create an API key from your dashboard
2
Make Request
Include your API key in the request headers
3
Get Response
Receive structured data ready for your application
Authentication
All API requests require authentication using your API key. You can obtain an API key from your dashboard after creating an account.
Important
Keep your API keys secure. Never expose them in client-side code or public repositories.
Authentication Methods
Include your API key in one of these ways:
Method 1: Custom Header
x-api-key: your_api_key_here
Method 2: Authorization Header
Authorization: Bearer your_api_key_here