apx-toolkit
Pricing
from $0.01 / 1,000 results
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer

Jose Gorbea
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a month ago
Last modified
Categories
Share
Pricing
from $0.01 / 1,000 results
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer

Jose Gorbea
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a month ago
Last modified
Categories
Share
Array of URLs to start the discovery process from. APX will visit these URLs and discover any APIs they use. Tip: Use web pages (not direct API endpoints) for best results.
[ { "url": "https://example.com" }, { "url": "https://another-site.com" }]Optional: Filter specific API endpoints by URL pattern. Examples: ['/api/', '/v1/data']. Leave empty to auto-detect all JSON responses.
[]Filter out small responses (like config files). Default: 1000 bytes. Increase to focus on larger data APIs.
How long to wait for API discovery on each page. Default: 10 seconds. Increase for slower sites.
Maximum number of API pages to process. Default: 100. Increase to get more data, decrease for faster runs.
Number of API requests to make simultaneously. Default: 5. Increase for speed (but may hit rate limits).
JSONPath to extract data items from API response (e.g., 'data.items', 'results'). If empty, will auto-detect
Type of pagination to use
Automatically generate API documentation in multiple formats (OpenAPI, Postman, cURL, Insomnia)
Formats to export API documentation (openapi, postman, curl, insomnia)
[ "openapi", "postman", "curl"]Automatically scroll and click elements to trigger APIs on landing pages (default: true)
Time to wait after each interaction in milliseconds (default: 2000)
Custom authentication headers (e.g., {"Authorization": "Bearer TOKEN"})
{}Bearer token for authentication (will be added as Authorization: Bearer TOKEN header)
URL for OAuth 2.0 login flow. APX will navigate to this URL and capture authentication tokens automatically
Enable automatic OAuth 2.0 token capture from login flow (requires loginUrl)
Generate GitHub Actions workflow for automated API discovery
Generate security audit report for discovered APIs
Generate markdown documentation with JSDoc comments
Automatically commit generated files to git (requires git repository)
Auto-generate production-ready mock server from discovered APIs (Express.js/Fastify). Uses real API response data.
Benchmark all API endpoints and generate performance reports with k6/Artillery load test scripts.
Generate contract tests (Pact, Schemathesis) to prevent breaking changes. Includes CI/CD integration.
Generate Model Context Protocol (MCP) integration for AI assistant compatibility. Enables AI models to discover and interact with APIs.
Detect and handle x402 payment-required API endpoints. Auto-generates payment handling code.