# API

- [Environments](https://docs.spectrumcustomizer.com/integration/api/environments.md): Spectrum has staging and production environments available for APIs and CDN requests.
- [Image QueryString API](https://docs.spectrumcustomizer.com/integration/api/image-querystring-api.md): Spectrum allows for QueryString parameters that may be added to rendering and image routes to control the size and other graphic manipulations to output images.
- [Image Transforms](https://docs.spectrumcustomizer.com/integration/api/image-querystring-api/image-transforms.md): Manipulate images using standard resizing, scaling, and cropping operations.
- [Image Filters](https://docs.spectrumcustomizer.com/integration/api/image-querystring-api/image-filters.md): Image filters allow control of shades and colors of the pixels in the image.
- [Image Encoding](https://docs.spectrumcustomizer.com/integration/api/image-querystring-api/image-encoding.md): Image Encoding operation allow control of the type file to return.
- [Rendering](https://docs.spectrumcustomizer.com/integration/api/rendering.md): Rendering routes used to display a 2D customized product in predefined angles most commonly used within e-commerce cart, checkout, and product pages
- [WebToPrint (W2P)](https://docs.spectrumcustomizer.com/integration/api/webtoprint-w2p.md): Most customizations require web to print services that create output that can be sent to printers, embroiderers, lasermarking equipment, or other embellishment providers.
- [Assets](https://docs.spectrumcustomizer.com/integration/api/assets.md): Asset routes allow for uploading and retrieval of imagery that are attached to Spectrum recipes.
- [Rate Limiting](https://docs.spectrumcustomizer.com/integration/api/rate-limiting.md): Description of Spectrum's rate limiting policy


---

# 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://docs.spectrumcustomizer.com/integration/api.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.
