namifusion

FaceDetect

namifusion/facedetect

A face detection model used to detect facial information contained in input elements.

Examples

FaceDetect example 1

Parameters

NameTypeDefaultDescription
frame_urls *Frame URLsimage_upload_groupList of frame image URLs to analyze
timestampsTimestampsarrayEach input image corresponds to a specific frame number in the source video, which in turn corresponds to a specific frame_url.
expand_ratioExpand Rationumber0.3Expand ratio for face cropping bounding box

API

Call this model through one unified REST API. Get a key on the API Keys page.

curl -X POST https://www.namifusion.com/api/v1/marketplace/run/namifusion/facedetect \
  -H "Authorization: Bearer sk-YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "input": { "frame_urls": ..., "timestamps": ..., "expand_ratio": ... } }'
FaceDetect API — Pricing, Playground & Docs | NamiFusion