Interactive API Documentation

Test the AcidTest.dev API endpoints in real-time. Enter your API key below to try all endpoints.

🔑 Authentication Required

Enter your API key below to test endpoints. All requests use Bearer token authentication.

GET/profile

Get User Profile

Retrieve your user profile and API key information

cURL Example:

GET/patterns/latest

Get Latest Patterns

Get the latest patterns for your framework

Parameters:

frameworkstring

Framework name (next, react, tailwind)

Default: next

versionstring

Framework version (optional)

Default: latest

categorystring

Pattern category filter (optional)

cURL Example:

POST/patterns/validate

Validate Code

Check if your code follows current framework patterns

Request Body:

{
  "code": "string",
  "framework": "string",
  "version": "string (optional)"
}

cURL Example:

GET/api-keys

List API Keys

Get all your API keys

cURL Example:

OpenAPI Specification

Need the complete API specification? Download our OpenAPI 3.0 spec for use with your favorite API tools.

Open in Swagger Editor