> ## Documentation Index
> Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

---
id: 114631aa-36e3-4c27-9fbe-a489c0cc68bf
---

# Use CMS APIs

> Explore HubSpot's CMS APIs to retrieve and create CMS assets in your account.

HubSpot provides REST APIs for most CMS assets and features, including APIs to manage your blog posts and website pages, interact with HubDB, or retrieve files in your HubSpot account.

<CardGroup cols={3}>
  <Card title="Blog authors" icon="circle-user" href="/api-reference/latest/cms/blogs/authors/guide">
    Retrieve and manage author information for your blog posts.
  </Card>

  <Card title="Blog posts" icon="bullhorn" href="/api-reference/latest/cms/blogs/posts/guide">
    Retrieve and manage blog posts.
  </Card>

  <Card title="Blog settings" icon="gears" href="/api-reference/latest/cms/blogs/blog-settings/guide">
    Retrieve and manage settings for your blogs, including language variants.
  </Card>

  <Card title="Blog tags" icon="tags" href="/api-reference/latest/cms/blogs/tags/guide">
    Retrieve and manage tags for your blogs.
  </Card>

  <Card title="CMS source code" icon="code" href="/api-reference/latest/cms/source-code/guide">
    Download CMS source code, validate file contents, or extract files from the CMS developer file system.
  </Card>

  <Card title="Content audit" icon="list-check" href="/api-reference/latest/cms/content-audit/guide">
    Query audit logs to review which users in your account edited specific CMS assets.
  </Card>

  <Card title="Domains" icon="globe" href="/api-reference/latest/cms/domains/guide">
    Retrieve information about your connected domains.
  </Card>

  <Card title="Files" icon="file" href="/api-reference/latest/files/guide">
    Retrieve and manage data in the HubSpot file manager.
  </Card>

  <Card title="HubDB" icon="database" href="/api-reference/legacy/cms/hubdb/guide">
    Read and write data in your HubDB tables.
  </Card>

  <Card title="Media bridge" icon="play" href="/api-reference/latest/cms/media-bridge/guide">
    Embed and track media files such as video and audio files within your HubSpot CMS assets.
  </Card>

  <Card title="Pages" icon="file" href="/api-reference/latest/cms/pages/guide">
    Retrieve and manage landing pages and website pages in your account.
  </Card>

  <Card title="Site search" icon="magnifying-glass" href="/api-reference/latest/cms/site-search/guide">
    Search for content across your connected domains or fetch indexed data for a specific CMS asset.
  </Card>

  <Card title="URL redirects" icon="arrow-right" href="/api-reference/latest/cms/url-redirects/guide">
    Create, retrieve, and manage URL redirects in your HubSpot account.
  </Card>
</CardGroup>
