# API Endpoints

- [GET Resources](https://docs.enterprise.spacely.ai/spacely-ai-enterprise-old/api-endpoints/get-resources.md)
- [POST Generate Standard](https://docs.enterprise.spacely.ai/spacely-ai-enterprise-old/api-endpoints/post-generate-standard.md): Generate unlimited space designs.
- [POST Generate Advance](https://docs.enterprise.spacely.ai/spacely-ai-enterprise-old/api-endpoints/post-generate-advance.md): Advance generate unlimited space designs.
- [POST Generate Style Transfer](https://docs.enterprise.spacely.ai/spacely-ai-enterprise-old/api-endpoints/post-generate-style-transfer.md): Merge your selected style into your designs seamlessly.
- [GET Polling Data](https://docs.enterprise.spacely.ai/spacely-ai-enterprise-old/api-endpoints/get-polling-data.md)


---

# 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.enterprise.spacely.ai/spacely-ai-enterprise-old/api-endpoints.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.
