Quick Start Guide
Get up and running with the Voyager API in just a few minutes. This guide will walk you through authenticating and making your first API call.Step 1: Get Your API Credentials
You’ll need:- Your Voyager account email
- Your Voyager account password
- Your API base URL (cloud customers use
https://voyager.lumafield.com)
If you don’t have API access enabled, contact support@lumafield.com to request access.
Step 2: Install the Python Client (Optional)
While you can use any HTTP client, we provide a Python client for convenience:Step 3: Authenticate
Authenticate with the API to get your access token:- Python
- curl
Step 4: Make Your First Request
Now let’s list your projects:- Python
- curl
Step 5: Get Project Details
Let’s get more information about a specific project:- Python
- curl
Using the Python Client
If you’re using our Python client, the code is even simpler:What’s Next?
Now that you’ve made your first API calls, explore these next steps:- Authentication Guide - Learn more about authentication methods and token management
- Project Management Guide - Learn how to create, update, and organize projects
- Data Export Guide - Export your CT scan data
- API Reference - Complete reference for all endpoints
Common Issues
Authentication Failed
- Verify your email and password are correct
- Ensure your account has API access enabled
- Check that you’re using the correct API base URL
No Projects Found
- Make sure you have projects in your Voyager account
- Check that you’re authenticated with the correct account
- Verify workspace permissions if using workspace filtering
Rate Limits
- The API has rate limits to prevent abuse
- If you hit rate limits, implement delays between requests
- Contact support if you need higher limits
Need Help?
- Check the Troubleshooting Guide
- Review the Error Handling documentation
- Contact support@lumafield.com