# Object Detection Guides

> Guides for locating and segmenting specific objects within an image using the Copyleaks Object Detection API.

The Copyleaks Object Detection API locates specific objects within an image and returns a Run-Length Encoded (RLE) segmentation mask for each one it finds. Use these guides to integrate object detection into your workflows.

<CardGroup cols={2}>
  <Card title="Detect Objects in an Image" icon="crosshairs" href="/guides/object-detection/detect-objects">Submit an image with a list of objects to locate, and receive a per-object segmentation mask in a single synchronous call.</Card>
</CardGroup>
