About SegmentationAPI

SegmentationAPI is a hosted API for Meta’s Segment Anything Model 3. Teams send images and video, describe the objects they need in plain language, and get instance masks without running GPUs or assembling a computer-vision stack.

The product is the HTTPS API at https://api.segmentationapi.com plus a dashboard at https://app.segmentationapi.com. Uploads go to short-lived S3 URLs. Jobs run asynchronously. Results come back as signed object URLs or a zip archive with output_manifest.json. Authentication is a bearer API key or a dashboard access token. There is no anonymous API.

Source and issues live under the GitHub organization https://github.com/segmentationAPI. The TypeScript client is @segmentationapi/sdk on npm. Docs stay on this hostname so humans and agents read the same contract.

This company does not operate a walk-in office listed on the site. Use the dashboard for keys and billing, and GitHub for public technical issues.