---
title: "Untar and fetch info from beast.toml file in challenge"
method: POST
path: "/api/manage/challenge/upload"
tags: ["manage"]
---

# Untar and fetch info from beast.toml file in challenge

`POST /api/manage/challenge/upload`

Handles the challenge management from a challenge in tar file. Currently prepare the tar file

## Response `200`

OK

- ApiChallengePreviewResp
  - `category` string
  - `description` string
  - `hints` string[]
  - `name` string
  - `points` integer
  - `ports` integer[]

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/sdslabs/apis/beast-api.md) · [All operations](https://skmtc.dev/sdslabs/apis/beast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sdslabs/beast-api/revisions/7d8933ea23d5/schema)
