api.kakerapetit.dev publishes 11 machine-payable endpoints over the x402 protocol, priced from $0.002 to $0.02 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /v1/calendar/ics | POST | $0.002 | 402 |
| /v1/check-duplicate-image | POST | $0.005 | 402 |
| /v1/compare-product-photo | POST | $0.005 | 402 |
| /v1/find-near-duplicate | POST | $0.005 | 402 |
| /v1/jp-company/governance | POST | $0.01 | 402 |
| /v1/jp-company/snapshot | POST | $0.005 | 402 |
| /v1/text/similarity | POST | $0.002 | 402 |
| /v1/verify-reference-image | POST | $0.005 | 402 |
| /v2/calendar | GET | $0.002 | 402 |
| /v2/rankings | GET | $0.01 | 402 |
| /v2/screener | GET | $0.02 | 402 |
Generate a calendar invite (.ics file) from event details. Returns a valid RFC 5545 iCalendar VEVENT with title, start and end time, timezone, location, and attendees that can be emailed or imported i…
Check if two images are duplicates or near-duplicates. Compares two image URLs with perceptual hashing and returns a distance score and a same-image verdict. Use to deduplicate photos, detect reposted…
Compare two product photos for visual similarity. Returns a similarity score between two image URLs. Use when an agent needs to match a product listing photo against a catalog image, detect identical …
Find near-duplicate images. Computes perceptual hash distance between two image URLs to detect crops, resizes, re-compressions, and slightly edited copies of the same photo. Use for content moderation…
Corporate governance data for a Japanese listed company from its latest annual securities report filed with EDINET, Japan FSA. Look up by stock ticker (e.g. 7203) or EDINET code. Returns executive com…
Fundamentals of a Japanese listed company from its latest annual securities report (yukashoken hokokusho) filed with EDINET, Japan FSA's disclosure system. Look up by Tokyo Stock Exchange ticker (e.g.…
Compute similarity between two texts. Returns Jaccard, Dice, cosine and overlap scores for two strings. Use to deduplicate documents, match names or titles, and detect near-identical text.
Verify that an image matches a reference image. Compares a candidate image URL against a trusted reference and returns whether they show the same content. Use for verifying logos, profile pictures, KY…
EDINET filing calendar: annual securities reports (yukashoken hokokusho) filed by Japanese listed companies in a date range. Returns company code, EDINET document ID, fiscal period, accounting standar…
Rank Japanese listed companies by any financial metric from EDINET annual reports: roe, roa, revenue, operating_income, net_income, total_assets, equity_ratio, fcf and 30+ more. Returns the top or bot…
Screen Japanese listed companies by fundamentals from EDINET annual reports. Filter any of 40+ normalized metrics with _gte/_lte query params — revenue, operating income, net income, total assets, roe…