Getting Started
This section will guide you through the basics of using the Searoutesnav API.
1. Get an API Key
To start using our services, you will need an API key. Please generate a key from your dashboard or request one from our team.
2. Make Your First Request
Once you have your API key, you can test it with a simple request:
curl --request GET \
--url https://api.searoutesnav.com/example-routes \
--header "x-api-key: YOUR_API_KEY"
3. Explore the Documentation
Learn more by visiting the Authentication, Examples, and Errors sections to see how the API works in detail.