Annotated database schema
GET https://api.rewind.rest/v1/schema
Returns the curated, annotated schema for the query endpoint: every queryable table with its columns, types, semantic notes, join keys, and global conventions (single user_id, ISO timestamps, rating scales, image URL composition). Secret/system tables are intentionally omitted.
Authorization
AuthorizationrequiredAPI key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
Response
application/json
Annotated schema
notesrequiredGlobal conventions a model needs before writing queries.
tablesrequiredEvery queryable table with columns, notes, and join keys.