# Eden Developer API ## Docs - [Archive (unpublish) a video](https://developers.myeden.me/api-reference/videos/archive-unpublish-a-video.md): Hides the video from feeds, search, and recommendations while preserving the asset. Reversible via `/v1/videos/{id}/republish`. - [Delete a video](https://developers.myeden.me/api-reference/videos/delete-a-video.md): Permanently deletes the video from Eden. Removes the Mux asset, QuickBlox Clips object, GetStream feed activity, Recombee item, and search index entry. This action is irreversible. - [Get video status and playback details](https://developers.myeden.me/api-reference/videos/get-video-status-and-playback-details.md): Returns the current status of an ingested video. While processing, only basic fields are populated. Once `status` is `ready` and `is_available` is `true`, the `playback` object contains Mux IDs and HLS URL. - [Ingest a video from a public URL](https://developers.myeden.me/api-reference/videos/ingest-a-video-from-a-public-url.md): Submits a publicly accessible video URL for ingestion. Responds immediately with `202 Accepted` and an `id`. Use that `id` to check status, archive, republish, or delete. - [Republish an archived video](https://developers.myeden.me/api-reference/videos/republish-an-archived-video.md): Reverses `archive`: video is re-indexed across feeds, search, and recommendations. - [Authentication](https://developers.myeden.me/authentication.md): How API keys work and how to keep them safe. - [Errors](https://developers.myeden.me/errors.md): Error envelope, status codes, and how to debug. - [Analytics via BigQuery](https://developers.myeden.me/guides/analytics-via-bigquery.md): Direct access to your video performance data. - [Archive and republish](https://developers.myeden.me/guides/archive-and-republish.md): Pull videos from feeds temporarily without deleting them. - [Checking status](https://developers.myeden.me/guides/checking-status.md): How to know when a video is live. - [Ingesting videos](https://developers.myeden.me/guides/ingesting-videos.md): Best practices for the POST /v1/videos endpoint. - [Introduction](https://developers.myeden.me/introduction.md): Distribute athlete and league video content on Eden via API. - [Quickstart](https://developers.myeden.me/quickstart.md): Ingest your first video in five minutes. - [Rate limits](https://developers.myeden.me/rate-limits.md): Per-key request and ingest limits. ## OpenAPI Specs - [openapi](https://developers.myeden.me/openapi.yaml)