Getting started
You call reservations, delivery, mobility, ticketing and payments through one interface.
Many consumer platforms in Korea and Japan offer no public API. Reservations, delivery, mobility, ticketing and payments each sit behind a different app and a different contract. APIFuse normalises these services behind one gateway. You hold one managed key and call one interface.
Every request goes to the https://api.frism.dev/v1 gateway. The first path segment names the service; the rest names the API you are calling on it. APIFuse keeps the per service credentials, sessions and renegotiations alive for you.
GET /v1/catch-table/restaurants?area=seongsu HTTP/1.1
Host: api.frism.dev
Authorization: Bearer frism_test_k3xampleThe service catalog lists which services are open. Each service's API reference is an OpenAPI document generated from fixtures, and the same document is downloadable as openapi.json.
The quickstart walks from issuing a sandbox key to creating the first reservation. Search restaurants is a good first call.