Developer Documentation
Everything you need to integrate AI2me into your applications
Get Started in 5 Minutes
Follow these steps to integrate AI2me into your application
Sign up and get API key
Create your AI2me account and generate your first API key
# Get your API key from the dashboard
API_KEY=your_api_key_hereMake your first API call
Send your first request to the AI2me platform
curl --location '<API URL>/v1/ai/start' --header 'Content-Type: application/json' --header 'X-API-Key: <YOUR API KEY>' --data '{
"question": "your question",
"connector_ids": [],
"preferences": {
"cost_sensitivity": "medium",
"quality_priority": "high",
"preferred_provider": ""
}
}'View logs in dashboard
Monitor your usage and compliance in the AI2me dashboard
# Check your dashboard at https://ai2me.com/dashboard
# View usage analytics, costs, and compliance logsComplete API Reference
Interactive API documentation with examples
Open AI
Authentication
Authorization: Bearer your_api_key_here Integration Examples
Common integration patterns and best practices
- React integration
- Vue.js setup
- Authentication
- Error handling
- React Native
- Flutter
- iOS Swift
- Android Kotlin
- Node.js
- Python Flask
- Django
- Express.js
- Apache Airflow
- Kubernetes
- Docker
- Serverless
Compliance & Security (* Pending)
Security features and compliance documentation
