---
title: "Get label candidates"
method: GET
path: "/api/v1/concepts/{concept_id}/candidates"
tags: ["concept"]
---

# Get label candidates

`GET /api/v1/concepts/{concept_id}/candidates`

Get images and keyframes to label in order to improve the concept

## Path parameters

- `concept_id` string, uuid4, required

## Query parameters

- `limit` integer

## Headers

- `Authorization` string, required

## Response `200`

Candidates to label in order to improve the concept

- CandidatesToLabel — A list of selected images or video keyframes to label to improve the accuracy of the concept
  - `data` unknown[], required — Images and video keyframes to label
    - unknown

## Other responses

- `404` — Concept not found
- `422` — Validation Error

---

[API](https://skmtc.net/coactive/apis/api-reference.md) · [All operations](https://skmtc.net/coactive/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coactive/api-reference/versions/c24e3835accc/schema)
