---
title: "Create a selection from an exploration and a list of combinations"
method: POST
path: "/explorations/{exploration_id}/selections"
tags: ["Explorations"]
---

# Create a selection from an exploration and a list of combinations

`POST /explorations/{exploration_id}/selections`

## Path parameters

- `exploration_id` string, required

## Query parameters

- `project_id` string, required

## Request body

- object
  - `selected_combinations` array[]
    - unknown[]
      - unknown
  - `selection_name` string — Name of the selection to be created

## Response `201`

Selection created

## Changes

- **2026-07-17** `9a980d1404db` — 1 info
  - endpoint added
- **2025-05-15** `f00696d27785` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/debiai/apis/exploration-api/changes/explorations/:exploration_id/selections/post.md)

---

[API](https://skmtc.dev/debiai/apis/exploration-api.md) · [All operations](https://skmtc.dev/debiai/apis/exploration-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/debiai/exploration-api/revisions/9a980d1404db/schema)
