# place.stream.ingest.getIngestUrls

> Published by [did:web:longos.iameli.link](https://lexicon.garden/identity/did:web:longos.iameli.link)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:longos.iameli.link/place.stream.ingest.getIngestUrls)
- [Documentation](https://lexicon.garden/lexicon/did:web:longos.iameli.link/place.stream.ingest.getIngestUrls/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:longos.iameli.link/place.stream.ingest.getIngestUrls/examples)

## Definitions

### `place.stream.ingest.getIngestUrls`

**Type**: `query`

Get ingest URLs for a Streamplace station.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `ingests` | `array` | Yes |  |

## Raw Schema

```json
{
  "id": "place.stream.ingest.getIngestUrls",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "ingests"
          ],
          "properties": {
            "ingests": {
              "type": "array",
              "items": {
                "refs": [
                  "place.stream.ingest.defs#ingest"
                ],
                "type": "union"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {}
      },
      "description": "Get ingest URLs for a Streamplace station."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
