← All endpoints
api.cueframe.ai media import
https://api.cueframe.ai/v1/media/import
payable
Import media into the project from a public https URL — the server fetches and mirrors the bytes (SSRF-filtered), then processes it (transcode + transcribe). Async: returns a media id that flips to ready when the mirror and processing finish; poll GET /media/:id or use a media.completed webhook.
We sent a real
POST request to this endpoint and it
answered 402 with payment requirements we could parse.
- Price
- $0.01
- Network
- base
- Pay to
- 0xA82C8B6971A7379BadB2FB96032D82aF46EcCc0A
- Spec dialect
- v2 (declares x402Version 2)
- Transport
- PAYMENT-REQUIRED header
- HTTP method
- POST
- Response latency
- 692 ms
- Payment options
- 1 usable of 1
- Last checked
- 2026-08-10T09:08:57.354Z (1d ago)
- Category
- web-scraping
Re-check it yourself:
curl "https://api.the402.dev/validate?url=https%3A%2F%2Fapi.cueframe.ai%2Fv1%2Fmedia%2Fimport"