---
title: "POST /inma/ingestion-sources"
method: POST
path: "/inma/ingestion-sources"
tags: ["Ingestion Sources"]
---

# POST /inma/ingestion-sources

`POST /inma/ingestion-sources`

Create a new ingestion source in a geo-catalog

## Query parameters

- `api-version` string, required

## Request body

- IngestionSource — Ingestion Source
  - `id` string, uuid, required — Universally Unique Identifier
  - `created` string, date-time — Created time in UTC format
  - `kind` 'SasToken' | 'BlobManagedIdentity', required — Ingestion source type

## Response `201`

The request has succeeded and a new resource has been created as a result.

- IngestionSource — Ingestion Source
  - `id` string, uuid, required — Universally Unique Identifier
  - `created` string, date-time — Created time in UTC format
  - `kind` 'SasToken' | 'BlobManagedIdentity', required — Ingestion source type

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/orbital-microsoft-planetarycomputer.md) · [All operations](https://skmtc.net/azure/apis/orbital-microsoft-planetarycomputer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/orbital-microsoft-planetarycomputer/versions/42447be18bc5/schema)
