Animica x402 Directory

Directory / api.kakerapetit.dev

api.kakerapetit.dev/v1/calendar/ics

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 into Google Calendar, Outlook, or Apple Calendar. Use when an agent needs to schedule a meeting or send a calendar invitation.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X POST 'https://api.kakerapetit.dev/v1/calendar/ics'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch -X POST 'https://api.kakerapetit.dev/v1/calendar/ics'

Endpoint: https://api.kakerapetit.dev/v1/calendar/ics. Operated by api.kakerapetit.dev, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on api.kakerapetit.dev

api.kakerapetit.dev/v1/check-duplicate-image

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. Us…

POST · $0.005

api.kakerapetit.dev/v1/compare-product-photo

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 ag…

POST · $0.005

api.kakerapetit.dev/v1/find-near-duplicate

Find near-duplicate images. Computes perceptual hash distance between two image URLs to detect crops, resizes, re-compressions, and slightly edited copies of th…

POST · $0.005

api.kakerapetit.dev/v1/jp-company/governance

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. 720…

POST · $0.01

api.kakerapetit.dev/v1/jp-company/snapshot

Fundamentals of a Japanese listed company from its latest annual securities report (yukashoken hokokusho) filed with EDINET, Japan FSA's disclosure system. Look…

POST · $0.005

api.kakerapetit.dev/v1/text/similarity

Compute similarity between two texts. Returns Jaccard, Dice, cosine and overlap scores for two strings. Use to deduplicate documents, match names or titles, and…

POST · $0.002

api.kakerapetit.dev/v1/verify-reference-image

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 f…

POST · $0.005

api.kakerapetit.dev/v2/calendar

EDINET filing calendar: annual securities reports (yukashoken hokokusho) filed by Japanese listed companies in a date range. Returns company code, EDINET docume…

GET · $0.002

api.kakerapetit.dev/v2/rankings

Rank Japanese listed companies by any financial metric from EDINET annual reports: roe, roa, revenue, operating_income, net_income, total_assets, equity_ratio, …

GET · $0.01

api.kakerapetit.dev/v2/screener

Screen Japanese listed companies by fundamentals from EDINET annual reports. Filter any of 40+ normalized metrics with _gte/_lte query params — revenue, operati…

GET · $0.02

All 11 endpoints on api.kakerapetit.dev →