Documentation Index
Fetch the complete documentation index at: https://docs.letmepost.dev/llms.txt
Use this file to discover all available pages before exploring further.
What it checks
The reachability probe ofpinterest.coverImageUrl records the response’s Content-Type header. If it isn’t one of the allowlisted image mimes, preflight fails before the video upload runs.
Allowed: image/jpeg, image/png, image/webp.
Why
Pinterest’s pin endpoint expects the cover URL to serve a real image — HEIC, GIF, AVIF, orapplication/octet-stream from a misconfigured CDN all surface upstream as opaque pin failures. Preflight maps that to a clear remediation.