logo

JSONFlare

A JSON storage & hosting platform that Just Works.

Github

API Document | OpenAPI Schema

Key features

  • Store and hosting any JSON objects
  • Account-less, no need to create an account
  • Use JSON-Patch for partial updates
  • Auto validate JSON Schema
  • Create Public Read JSON records
  • Easy to use RESTful API
  • OpenAPI schema for easy integration

BYOK (Bring Your Own Key)

JSONFlare uses the X-Access-Key header for authorization. Pass a custom key in the Create record request, or let JSONFlare generate one automatically, which will be returned in the response header.

Auto validate JSON Schema

JSONFlare will automatically validate the JSON Schema when you create or update a record (contains a $schema field). If the JSON object does not match the schema, the request will fail.