# Code Examples

Practical tutorials that demonstrate how to integrate the Spexi Image API into real-world applications. Each example includes working code and step-by-step explanations.

### Available Examples

**🏠** [**Address-Based Image Lookup:**](/api-reference/code-examples/address-lookup.md) Convert street addresses to aerial imagery using geocoding. Perfect for property assessment, real estate applications, and location-based analysis. Includes setup for geocoding services and querying images by geographic coordinates.


---

# 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/code-examples.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.
