Live API demo

Try the API live

Upload one or more images — requests go to the backend job queue and stream back results.

No account needed — 3 free images per day.

personcardogcat

Drag & drop or click to upload

JPEG, PNG, WebP · multiple files supported

equivalent curl
curl -X POST https://api.yololabel.com/v1/jobs \
  -H "Authorization: Bearer ylk_your_api_key" \
  -F "image=@photo.jpg" \
  -F "prompt=person, car, dog, cat"

# Then poll:
curl https://api.yololabel.com/v1/jobs/{job_id} \
  -H "Authorization: Bearer ylk_..."

# Fetch result when succeeded:
curl https://api.yololabel.com/v1/jobs/{job_id}/result \
  -H "Authorization: Bearer ylk_..."
Results

Upload an image and run detection to see results

Want batch detection or more images? Create a free account — 500 images/month, no credit card required.

View pricing plans →