# Derived by API Evangelist from ApyHub's own published service documentation # (https://apyhub.com/llms.txt -> https://apyhub.com/chisleroff/service/validate-html). # Paths verified callable against https://api.apyhub.com (401 = exists + gated). # Request/response schemas are NOT published by ApyHub and are deliberately omitted. openapi: 3.1.0 info: title: Validate HTML API description: Validate raw HTML for JSON-LD, microdata, meta tags, Open Graph, and Twitter cards. Get a summary of warnings, errors, and rich result eligibility. version: 1.0.0 contact: name: Website Intelligence url: https://apyhub.com/chisleroff/service/validate-html servers: - url: https://api.apyhub.com description: ApyHub API security: - apyToken: [] tags: - name: Developer Tools - name: SEO paths: /chisleroff/seo/validate-html: post: operationId: postChisleroffSeoValidateHtml summary: Validate HTML API description: Validates the structured data found in raw HTML content. It accepts an HTML string in tags: - Developer Tools - SEO responses: '200': description: Successful response '401': description: Missing or invalid API key x-apyhub-atoms: 50 components: securitySchemes: apyToken: type: apiKey in: header name: apy-token