MarshalMind

Live API Playground

ProductionBack to site

Upload images, call the FaceMarshal REST API, and inspect detection, comparison, and recognition responses in real time.

Latency-optimized, GPU-accelerated backend
POST/faces/detect/

Detect all faces in an image and return bounding boxes.

Interactive Demo

Upload an image or use our samples to test detection.

Click on the sample images below to try it out

> API Response

Inspect the raw JSON returned by the Face Detect endpoint.

response.json
Awaiting API request…Run a sample or upload an image to see the payload here.
cURL request
curl -X POST "https://marshalmind.com:4000/api/face/detect" \
  -H "Authorization: Bearer YOUR_BACKEND_TOKEN" \
  -H "Accept: application/json" \
  -F "image=@/path/to/image.jpg"