# Introduction

Welcome to the Spexi API documentation. Spexi is a drone imagery platform providing high-resolution aerial coverage across North America. This guide provides everything you need to integrate with our platform and access drone imagery programmatically.

#### Prerequisites

Before making your first API call you will need:

* A valid Spexi account
* An [API key](/api-reference/authentication.md) generated from your Spexi account

#### How the API Works

The Spexi API provides programmatic access to drone imagery and geospatial data. The API is organized into focused modules, each covering a distinct part of the platform:

* [**Image API**](/api-reference/image-api.md) **-** search, filter, and download drone imagery by location and camera parameters

{% hint style="info" icon="rocket-launch" %}
More modules coming soon, including coverage data and ordering capabilities.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.spexi.com/api-reference/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
