> For the complete documentation index, see [llms.txt](https://agpt.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agpt.co/docs/integrations/block-integrations/post_to_reddit.md).

# Ayrshare Post To Reddit

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

## Post To Reddit

### What it is

Post to Reddit using Ayrshare

### How it works

This block uses Ayrshare's API to publish content to Reddit. It supports text posts, image posts, and video submissions with optional scheduling and link shortening features.

The block authenticates through Ayrshare and submits content to your connected Reddit account. Common options include approval workflows for content review before publishing, random content generation, and Unsplash integration for sourcing images.

### Inputs

| Input              | Description                                                                                                      | Type            | Required |
| ------------------ | ---------------------------------------------------------------------------------------------------------------- | --------------- | -------- |
| post               | The post text to be published                                                                                    | str             | No       |
| media\_urls        | Optional list of media URLs to include. Set is\_video in advanced settings to true if you want to upload videos. | 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       |

### 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

**Community Engagement**: Share relevant content to niche subreddits as part of community marketing strategies.

**Content Distribution**: Cross-post blog articles or announcements to relevant Reddit communities for broader reach.

**Brand Monitoring Response**: Automatically share updates or responses in communities where your brand is discussed.

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://agpt.co/docs/integrations/block-integrations/post_to_reddit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
