usely.tools API
The usely.tools API does image, 3D and developer tools over a single HTTP request. Send an image, get the result back. Usage is metered in credits; every successful operation deducts credits from your balance.
Base URL
https://usely.tools
The one request you need
curl -X POST https://usely.tools/api/v1 \
-H "Authorization: Bearer ut_live_YOUR_KEY" \
-F "image_file=@photo.jpg" \
-o tools.pngNext steps
- Quickstart — from zero to your first cutout.
- Authentication — API keys and how to send them.
- API reference — every parameter and response field.
- Errors and rate limits.