Emoji Score API Documentation
Public-safe REST and MCP surfaces for emoji lookup, deterministic scoring, sentiment and symbolic-expression scoring, Unicode-style proposal scoring, and proposal export. Protected persistence, model generation, reports, and admin actions require PLATPHORM_API_KEY.
/api/healthPublic health summary.
/api/v1/healthStandard health summary.
/api/v1/emojisList Unicode emoji.
/api/v1/emojis/searchSearch Unicode emoji.
/api/v1/emojis/categoriesList emoji categories.
/api/v1/emojis/{codepoint}Get one emoji by code point.
/api/v1/scoreScore an existing emoji or proposal payload.
/api/v1/sentiment/scoreScore sentiment and symbolic meaning.
/api/v1/combinations/scoreScore emoji combinations and phrase+emoji expressions.
/api/v1/proposals/scoreScore a Unicode-style proposal.
/api/v1/proposalsList ephemeral public-safe proposal results in this runtime.
/api/v1/proposalsProtected server persistence hook; degraded without database.
/api/v1/proposals/{id}/exportExport proposal markdown when result is available.
/api/v1/proposals/{id}/downloadDownload proposal markdown when result is available.
/api/v1/model/proposal-draftProtected model-ready proposal writing adapter.
/api/v1/model/improve-proposalProtected model-ready improvement adapter.
/api/v1/model/explain-sentimentProtected model-ready sentiment explanation adapter.
/api/v1/model/image-promptProtected model-ready image prompt adapter.
/api/v1/model/accessibility-reviewProtected model-ready accessibility review adapter.
/api/v1/timelineUnicode emoji timeline.
/api/v1/unicode/snapshotUnicode data snapshot metadata.
/api/v1/unicode/refreshProtected refresh hook.
/api/docsMachine-readable API docs.
/openapi.yamlOpenAPI 3.1 specification.
/api/mcpMCP metadata and usage.
/api/mcpMCP JSON-RPC 2.0 endpoint.