---
title: Webpage Technical Performance Audit API
slug: perform-technical-performance-audit
url: https://apyverse.com/namastesumalya/service/perform-technical-performance-audit
provider: Sumalya APIs
categories: [SEO]
tags: [technical-seo, page-audit, performance-audit, ssl-check, robots-txt, canonical]
auth: api_key
---

# Webpage Technical Performance Audit API

Audit a webpage URL and get canonical, robots.txt, SSL status, performance_score, issues, and overall_score for technical SEO checks.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/namastesumalya/api/audit` | What it does Performs a technical performance audit for the webpage at the supplied url and returns… | 100 |

## About

## What it does
Technical Performance Audit checks a webpage URL and returns a compact technical audit of that page. Send a URL in the request body, and get back the URL plus an audit object with canonical, robots_txt, ssl_status, and performance_score, along with an overall_score and a list of issues.

Use Technical Performance Audit when you need a fast read on page health before shipping changes or investigating poor search visibility. The response tells you whether the page has a canonical tag, whether robots.txt was found, whether SSL is valid, and how the page scores on performance. That makes it useful for QA checks, pre-launch audits, and monitoring regressions across important landing pages.

The API is intentionally narrow: it audits a single webpage per request and returns only the fields exposed in the schema. If you need a simple machine-readable signal for page quality, Technical Performance Audit gives you structured results that are easy to store, compare, and alert on.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/namastesumalya/service/perform-technical-performance-audit
