Quick Start
This guide demonstrates the basic Spexi Image API workflow, from authentication through image retrieval. Complete the following steps to make your first successful API request.
Prerequisites
Basic Workflow
Step 1: Discover Available Collections
curl -X GET "https://api-world.spexi.com/api/ogc/v1/collections" \
-H "Authorization: Bearer YOUR_API_KEY"Step 2: Query Collection Items
curl -X GET "https://api-world.spexi.com/api/ogc/v1/collections/COLLECTION_ID/items?p=-123.103865,49.27332,25" \
-H "Authorization: Bearer YOUR_API_KEY"Filtering Results
Spatial Filtering
Intelligent Filtering
Response Format
Pagination
Next Steps
Last updated