Hookestdocs Postman OpenAPI llms.txt

PUTupload_url0 credits

Upload the clip

Send the MP4 to upload_url from Get upload link. This request is not on api.hookest.com.

  1. Use the exact upload_url from the previous response. Postman fills the collection variable after Get upload link.
  2. PUT the raw .mp4. No Bearer. Header Content-Type: video/mp4.
  3. Max 40 MB on this PUT. Max 32 seconds is checked after the file lands — a longer clip can still return 2xx, then failed (unsupported) and a refund.
  4. A 2xx means the file arrived. Then Get prediction. queued means 20 credits are reserved and scoring started. If it stays awaiting_upload, call Retry start — the PUT cannot return 402.

Postman

  1. Open Score a clip → Upload the clip.
  2. Body → binary → Select File → pick the .mp4.
  3. Auth is already off. Do not add a Bearer header.
  4. Send.

Do not attach the file to /v1/predict/upload or /v1/predict. Those routes do not accept the MP4.

Request parameters

NameInTypeRequiredDescription
Content-Type header string Required Must be video/mp4.
body body binary Required Raw MP4 bytes. Not JSON. No Authorization header.