Getting Started with Air Pixels
Set up your account, create a profile, and join the drone network in just a few minutes to start exploring the platform.
Prerequisites
Before you begin, ensure you have the following ready:
- A modern web browser like Chrome, Firefox, or Safari
- A valid email address for account verification
- Basic information about your drone piloting experience and certifications
Air Pixels requires these to ensure smooth onboarding and compliance with drone operation standards.
Sign Up for a Free Account
Getting started is simple. Follow these steps to create your account.
Navigate to Signup
Visit the Air Pixels signup page.
Enter Your Details
Provide your email, create a strong password, and accept the terms of service.
Verify Email
Check your inbox for a verification email from Air Pixels and click the confirmation link.
Once verified, you'll be redirected to the login page.
Create Your Pilot Profile
After logging in, build your profile to showcase your skills and join missions.
Access Profile Settings
Click your profile icon in the top-right corner and select Profile.
Add Pilot Information
Enter your FAA certification number, years of experience, and preferred drone types (e.g., DJI Mavic series).
Upload Certifications
Drag and drop your pilot license and insurance documents. Supported formats: PDF, JPG, PNG.
Save and Publish
Review details and click Publish Profile to make it visible to the network.
A complete profile increases your visibility in the drone network by >50%.
Join the Community Network
Connect with other pilots and operators to access jobs and collaborations.
Visit Community
From the dashboard, navigate to Community > Join Network.
Submit Invitation Code
Enter your invitation code (e.g., C6D30F) or request one via email.
Complete Onboarding Quiz
Answer questions about your equipment and availability.
First Steps After Login
Explore the dashboard and set up integrations.
Review your missions queue and AI flight plans. Use the search bar to find jobs by location.
Download from App Store or Google Play. Enable push notifications for real-time job alerts.
Generate an API key for programmatic access.
const response = await fetch('https://api.airpixels.com/v1/missions', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
});
const missions = await response.json();
console.log(missions);
import requests
headers = {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
response = requests.get('https://api.airpixels.com/v1/missions', headers=headers)
missions = response.json()
print(missions)
Bearer token obtained from dashboard settings.
Next Steps
Dive deeper into Air Pixels features.
Flight Planning
Learn AI-powered route optimization for film sets and inspections.
Job Marketplace
Browse and apply for drone operator opportunities.
Integrations
Connect with DJI drones and external tools.
Best Practices
Tips for safe and efficient operations.
You're now ready to redefine horizons with Air Pixels!