# Ayrshare Post To Snapchat

Blocks for posting video content to Snapchat using the Ayrshare social media management API.

## Post To Snapchat

### What it is

Post to Snapchat using Ayrshare

### How it works

This block uses Ayrshare's API to publish video content to Snapchat. Snapchat only supports video content, with three destination options: Stories (24-hour ephemeral content), Saved Stories (persistent Stories), and Spotlight (public discovery feed).

The block authenticates through Ayrshare and uploads video content with optional custom thumbnails. Videos can be scheduled for future publishing and support approval workflows for content review before going live.

### Inputs

| Input              | Description                                                                                                           | Type            | Required |
| ------------------ | --------------------------------------------------------------------------------------------------------------------- | --------------- | -------- |
| post               | The post text (optional for video-only content)                                                                       | str             | No       |
| media\_urls        | Required video URL for Snapchat posts. Snapchat only supports video content.                                          | List\[str]      | No       |
| is\_video          | Whether the media is a video                                                                                          | bool            | No       |
| schedule\_date     | UTC datetime for scheduling (YYYY-MM-DDThh:mm:ssZ)                                                                    | str (date-time) | No       |
| disable\_comments  | Whether to disable comments                                                                                           | bool            | No       |
| shorten\_links     | Whether to shorten links                                                                                              | bool            | No       |
| unsplash           | Unsplash image configuration                                                                                          | str             | No       |
| requires\_approval | Whether to enable approval workflow                                                                                   | bool            | No       |
| random\_post       | Whether to generate random post text                                                                                  | bool            | No       |
| random\_media\_url | Whether to generate random media                                                                                      | bool            | No       |
| notes              | Additional notes for the post                                                                                         | str             | No       |
| story\_type        | Type of Snapchat content: 'story' (24-hour Stories), 'saved\_story' (Saved Stories), or 'spotlight' (Spotlight posts) | str             | No       |
| video\_thumbnail   | Thumbnail URL for video content (optional, auto-generated if not provided)                                            | str             | No       |

### Outputs

| Output       | Description                           | Type         |
| ------------ | ------------------------------------- | ------------ |
| error        | Error message if the operation failed | str          |
| post\_result | The result of the post                | PostResponse |
| post         | The result of the post                | PostIds      |

### Possible use case

**Ephemeral Marketing**: Share time-sensitive promotions or behind-the-scenes content that creates urgency through 24-hour Stories.

**Public Discovery**: Post engaging video content to Spotlight to reach new audiences beyond your followers.

**Scheduled Story Series**: Plan and schedule a sequence of video Stories for product launches or events.

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://agpt.co/docs/integrations/block-integrations/post_to_snapchat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
