---
title: Full Site Audit API
slug: full-site-audit
url: https://apyhub.com/chisleroff/service/full-site-audit
provider: Website Intelligence
categories: [SEO]
tags: [seo, analysis, site, audit]
auth: api_key
---

# Full Site Audit API

Checks a webpage URL and returns metadata, tech stack, performance, broken links, security headers, and mobile-friendliness for SEO and QA.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/chisleroff/intel/audit` | What it does Audits a webpage from the provided URL and returns a structured report with metadata,… | 100 |

## About

## What it does
Site Audit checks a webpage URL and returns a structured snapshot of the page’s metadata, performance, link health, security headers, and mobile friendliness.

Send a page URL, and Site Audit returns the page URL, source URL, meta tags, tech stack, performance metrics, broken links, security header signals, and a boolean for whether the page is mobile friendly. The meta tag output includes title, description, canonical URL, Open Graph fields, and Twitter card data, which makes it useful for quick SEO and social preview checks.

Use it when you need to verify how a page is presented to search engines and social platforms, or when you want a fast technical audit before a release. It can help you catch missing security headers, identify broken links, and compare load-time and request counts across pages without building your own crawler.

Site Audit is a good fit for CMS validation, site QA, SEO monitoring, and lightweight competitive analysis, especially when you only need the audit result for a single URL rather than a full crawl.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/chisleroff/service/full-site-audit
