Does Medium still have an API?
Medium has a documented publishing API, but its current help documentation says it no longer issues new integration tokens and does not allow new integrations. Existing integrations may continue to work, while new developers should not design a product around receiving a fresh token.
Medium also supports importing an already published story through its editor. The import tool adds a canonical link to the original source and backdates the Medium story to match the original publication date. That is useful for a one-off migration, but it is different from a repeatable multi-channel publishing system.
Before choosing an approach, identify whether the job is a single import, a native Medium draft, a scheduled story, or an ongoing cross-publishing workflow. Each path has different controls and maintenance requirements.
- Do not promise a new Medium integration token based on an outdated API tutorial.
- Use Medium import when canonicalizing a previously published article is the actual job.
- Use a maintained publishing workflow when Medium is one recurring destination among several.