AnyAPI

Just make a request to any endpoint and watch the magic happen.

Basic Usage

GET /api/user/123

Generates a user profile with ID 123.

Specific Fields

GET /api/animals/4?keys=name,scientific_name,average_age

Only include specific fields in the response using the keys parameter.