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
/profileGet User Profile
Retrieve your user profile and API key information
cURL Example:
GET
/patterns/latestGet Latest Patterns
Get the latest patterns for your framework
Parameters:
frameworkstringFramework name (next, react, tailwind)
Default: next
versionstringFramework version (optional)
Default: latest
categorystringPattern category filter (optional)
cURL Example:
POST
/patterns/validateValidate Code
Check if your code follows current framework patterns
Request Body:
{
"code": "string",
"framework": "string",
"version": "string (optional)"
}cURL Example:
GET
/api-keysList 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.