> For the complete documentation index, see [llms.txt](https://docs.beefree.io/beefree-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beefree.io/beefree-sdk/apis.md).

# APIs

- [Content Services API](https://docs.beefree.io/beefree-sdk/apis/content-services-api.md): Learn more about the Content Services API offering in Beefree SDK.
- [Authentication](https://docs.beefree.io/beefree-sdk/apis/content-services-api/authentication.md): Learn how to authenticate to access the Content Services API's resources.
- [Export](https://docs.beefree.io/beefree-sdk/apis/content-services-api/export.md): This page lists and describes the Export category of endpoints within the Content Services API. It also includes interactive testing environments for each endpoint in this category.
- [Convert](https://docs.beefree.io/beefree-sdk/apis/content-services-api/convert.md): This page lists and describes the Convert category of endpoints within the Content Services API. It also includes interactive testing environments for each endpoint in this category.
- [Row Processing](https://docs.beefree.io/beefree-sdk/apis/content-services-api/row-processing.md): This page lists and describes the Row Processing category of endpoints within the Content Services API.  It also includes interactive testing environments for each endpoint in this category.
- [AI Collection](https://docs.beefree.io/beefree-sdk/apis/content-services-api/ai-collection.md): This page lists and describes the AI Collection category of endpoints within the Content Services API. It also includes interactive testing environments for each endpoint in this category.
- [Brand Style](https://docs.beefree.io/beefree-sdk/apis/content-services-api/brand-style-management.md): This page lists and describes the Brand Style category of endpoints within the Content Services API. It also includes interactive testing environments for each endpoint in this category.
- [Check](https://docs.beefree.io/beefree-sdk/apis/content-services-api/check.md): Learn more about how to use the Check endpoints.
- [Template Catalog API](https://docs.beefree.io/beefree-sdk/apis/template-catalog-api.md): Learn more about the Template Catalog API offering in Beefree SDK.
- [Authentication](https://docs.beefree.io/beefree-sdk/apis/template-catalog-api/authentication.md): Learn how to authenticate to access the Template Catalog API's resources.
- [Templates](https://docs.beefree.io/beefree-sdk/apis/template-catalog-api/templates.md): This page lists and describes the Templates category of endpoints within the Template Catalog API. It also includes interactive testing environments for each endpoint in this category.
- [Categories](https://docs.beefree.io/beefree-sdk/apis/template-catalog-api/categories.md): This page lists and describes the Categories category of endpoints within the Template Catalog API. It also includes interactive testing environments for each endpoint in this category.
- [Collections](https://docs.beefree.io/beefree-sdk/apis/template-catalog-api/collections.md): This page lists and describes the Collections category of endpoints within the Template Catalog API. It also includes interactive testing environments for each endpoint in this category.
- [Designers](https://docs.beefree.io/beefree-sdk/apis/template-catalog-api/designers.md): This page lists and describes the Designers category of endpoints within the Template Catalog API. It also includes interactive testing environments for each endpoint in this category.
- [Tags](https://docs.beefree.io/beefree-sdk/apis/template-catalog-api/tags.md): This page lists and describes the Tags category of endpoints within the Template Catalog API. It also includes interactive testing environments for each endpoint in this category.
- [HTML Importer API](https://docs.beefree.io/beefree-sdk/apis/html-importer-api.md): Learn more about the HTML Importer API offering in Beefree SDK.
- [Authentication](https://docs.beefree.io/beefree-sdk/apis/html-importer-api/authentication.md): This page includes instructions on how to obtain your API key for the HTML Importer API.
- [Import HTML](https://docs.beefree.io/beefree-sdk/apis/html-importer-api/import-html.md): Learn more about using the HTML Importer API endpoint.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.beefree.io/beefree-sdk/apis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
