Melty website screenshot

Melty

Melty is a French digital media brand for youth culture — news and entertainment coverage of series, cinema, television, celebrity, gaming and lifestyle aimed at a 15-34 audience. Founded in 2008 in Paris and operated by EEPLE SAS, Melty was a Serena Capital portfolio company before Reworld Media acquired 100% of the business in a distressed M&A process completed in 2021-2022; melty.fr is now published by EEPLE within Groupe Reworld Media and monetised through advertising and native content rather than software licensing. Melty publishes no developer program, no public API product and no machine-readable API contract. Its only public developer surface is the meltygroup GitHub organisation, which carries the identity servers Kisee and Pasee — MIT-licensed, self-hosted Python HTTP API servers written in-house and released to PyPI, last published in 2021.

Melty publishes 2 APIs on the APIs.io network. Tagged areas include Company, Consumer, Media, Publishing, and News.

Melty’s developer surface includes engineering blog, support, authentication, and 13 more developer resources.

17.7/100 emerging ▬ flat Agent 5/100 human only Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessOpen
2 APIs
CompanyConsumerMediaPublishingNewsEntertainmentFranceAdvertisingOpen-SourceIdentity

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/melty: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Kisee — Identity Provider Server

Kisee is an open-source HTTP API server published by Melty Group that exchanges valid username/password pairs for JSON Web Tokens, and nothing else. It is self-hosted software, ...

Pasee — Identity Management Server

Pasee is an open-source HTTP API server published by Melty Group that layers group and user management over one or more identity providers — one or many Kisee instances plus ext...

Pricing Plans 1

Published pricing tiers and plan structures.

Melty Plans Pricing

0 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Melty Rate Limits

0 limits

RATE LIMITS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Melty Authentication

0 schemes

SECURITY

Melty Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 3

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: melty
name: Melty
description: Melty is a French digital media brand for youth culture — news and entertainment coverage of series, cinema,
  television, celebrity, gaming and lifestyle aimed at a 15-34 audience. Founded in 2008 in Paris and operated by EEPLE SAS,
  Melty was a Serena Capital portfolio company before Reworld Media acquired 100% of the business in a distressed M&A process
  completed in 2021-2022; melty.fr is now published by EEPLE within Groupe Reworld Media and monetised through advertising
  and native content rather than software licensing. Melty publishes no developer program, no public API product and no machine-readable
  API contract. Its only public developer surface is the meltygroup GitHub organisation, which carries the identity servers
  Kisee and Pasee — MIT-licensed, self-hosted Python HTTP API servers written in-house and released to PyPI, last published
  in 2021.
url: https://raw.githubusercontent.com/api-evangelist/melty/refs/heads/main/apis.yml
deliveryModel:
  model: unknown
  open_source: unknown
  commercial: true
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - pricing
  - repository-unlicensed
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: open
  trial: false
  try_now: false
  public: true
  label: Open access
  confidence: medium
  source:
  - authentication
  - rate-limits
  - security
  generated: '2026-09-02'
  method: derived
image: https://www.melty.fr/wp-content/uploads/meltyfr/2023/06/melty-logo.jpg
x-type: company
x-source: serena-portfolio
specificationVersion: '0.23'
created: '2026-08-17'
modified: '2026-08-17'
tags:
- Company
- Consumer
- Media
- Publishing
- News
- Entertainment
- France
- Advertising
- Open-Source
- Identity
tags_raw:
- Company
- Consumer
- Media
- Publishing
- News
- Entertainment
- France
- Advertising
- Open Source
- Identity
apis:
- aid: melty-kisee
  name: Kisee — Identity Provider Server
  description: 'Kisee is an open-source HTTP API server published by Melty Group that exchanges valid username/password pairs
    for JSON Web Tokens, and nothing else. It is self-hosted software, not a Melty-operated public API: you install it from
    PyPI and run it yourself against your own identity backend (LDAP, PostgreSQL, a flat file, or any backend you implement
    as a Python class). Responses are CoreJSON hypermedia documents. Last released to PyPI as 21.9.0 in September 2021. No
    OpenAPI, AsyncAPI or GraphQL SDL is published for it.'
  humanURL: https://kisee.readthedocs.io/en/latest/
  baseURL: http://{host}:8140
  tags:
  - Identity
  - Authentication
  - JWT
  - Open-Source
  - Self-Hosted
  tags_raw:
  - Identity
  - Authentication
  - JWT
  - Open Source
  - Self-Hosted
  properties:
  - type: Documentation
    url: https://kisee.readthedocs.io/en/latest/
  - type: SourceCode
    url: https://github.com/meltygroup/kisee
  - type: License
    url: https://github.com/meltygroup/kisee/blob/master/LICENSE
- aid: melty-pasee
  name: Pasee — Identity Management Server
  description: Pasee is an open-source HTTP API server published by Melty Group that layers group and user management over
    one or more identity providers — one or many Kisee instances plus external providers such as Twitter or GitHub. It serves
    a JSON-Home document at its root describing its users, groups and tokens resources, and issues ES256-signed JWTs. Self-hosted
    software rather than a Melty-operated public API; last released to PyPI as 21.4.1 in April 2021. No OpenAPI, AsyncAPI
    or GraphQL SDL is published for it.
  humanURL: https://pasee.readthedocs.io/en/latest/
  baseURL: http://{host}:8150
  tags:
  - Identity
  - Authentication
  - JWT
  - Open-Source
  - Self-Hosted
  tags_raw:
  - Identity
  - Authentication
  - JWT
  - Open Source
  - Self-Hosted
  properties:
  - type: Documentation
    url: https://pasee.readthedocs.io/en/latest/
  - type: SourceCode
    url: https://github.com/meltygroup/pasee
  - type: License
    url: https://github.com/meltygroup/pasee/blob/master/LICENSE
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/melty-domain-security.yml
- type: Website
  url: https://www.melty.fr/
- type: Blog
  url: https://www.melty.fr/actu/
- type: BlogRSS
  url: https://www.melty.fr/feed/
- type: GitHubOrganization
  url: https://github.com/meltygroup
- type: Support
  url: https://www.melty.fr/nous-contacter
- type: TermsOfService
  url: https://www.melty.fr/mentions-legales
- type: PrivacyPolicy
  url: https://www.reworldmedia.com/mentions-legales/politique-des-donnees-a-caractere-personnel-et-cookies
- type: Packages
  url: packages/melty-packages.yml
- type: LLMsTxt
  url: llms/melty-llms.txt
- type: Lifecycle
  url: lifecycle/melty-lifecycle.yml
- type: Plans
  url: plans/melty-plans-pricing.yml
- type: RateLimits
  url: rate-limits/melty-rate-limits.yml
- type: Conformance
  url: conformance/melty-conformance.yml
- type: Authentication
  url: authentication/melty-authentication.yml
- type: Conventions
  url: conventions/melty-conventions.yml
x-enrichment:
  date: '2026-08-17'
  status: minimal
  artifacts_added: 10
  pass: local-v1
x-coverage:
  state: unreadable
  reason: no-machine-readable-spec
  detail: melty.fr is a WordPress consumer media site with no developer portal at all, and the only two documented HTTP APIs
    the company ever published — the self-hosted Kisee and Pasee identity servers on readthedocs — ship no OpenAPI, AsyncAPI,
    GraphQL SDL, Postman collection or JSON Schema in any of the 7 meltygroup GitHub repositories.
  evidence:
  - url: https://www.melty.fr/openapi.json
    status: 404
  - url: https://www.melty.fr/.well-known/agent-card.json
    status: 404
  - url: https://kisee.readthedocs.io/en/latest/
    status: 200
  - url: https://api.github.com/repos/meltygroup/kisee/git/trees/HEAD?recursive=1
    status: 200
  checked: '2026-08-17'

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/melty"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/melty/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/melty/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.