---
title: "POST Ingestor Upload Session"
method: POST
path: "/ingestor/upload_sessions"
tags: ["Data Upload"]
---

# POST Ingestor Upload Session

`POST /ingestor/upload_sessions`

Create an upload session for ingesting external data from URLs and trigger file transfer to Raptor Maps.

## Query parameters

- `org_id` integer, required

## Request body

- CreateIngestorUploadSessionRequest
  - `upload_session_name` string, required
  - `order_id` integer, required
  - `data_url` union, required
    - string
    - string[]

## Response `200`

Successful Response

- CreateIngestorUploadSessionResponse
  - `upload_session_id` integer, required
  - `upload_session_uuid` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/raptormaps/apis/raptor-maps-authentication.md) · [All operations](https://skmtc.net/raptormaps/apis/raptor-maps-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raptormaps/raptor-maps-authentication/revisions/4887159079a9/schema)
