Ayrshare

Learn how to use Ayrshare with Composio

Overview

Enum

AYRSHARE

Description

Ayrshare provides a Social Media API that enables developers to programmatically manage and automate social media posts, analytics, and interactions across multiple platforms.

Authentication Details

api_key
stringRequired

Actions

Tool to delete an ayrshare post. use when you need to remove a published or scheduled post by its ayrshare post id, after confirming the correct id. note: instagram and tiktok published posts cannot be deleted via api; set `mark manual deleted=true` or remove manually.

Action Parameters

bulk
array
deleteAllScheduled
boolean
id
string
markManualDeleted
boolean

Action Response

data
object
error
string
successful
boolean
Tool to create a new auto-post schedule with specified times and optional weekday filters. use when setting up recurring posting plans.

Action Parameters

daysOfWeek
array
schedule
arrayRequired
title
stringDefaults to default

Action Response

data
object
error
string
successful
boolean
Tool to retrieve ayrshare post history with metrics. use when you need to fetch and filter past posts by date, status, or record count.

Action Parameters

Profile-Key
string
endDate
string
lastDays
integer
lastRecords
integer
limit
integer
startDate
string
status
string

Action Response

data
object
error
string
successful
boolean
Tool to set up an auto-post schedule with specified times and optional weekday filters. use when scheduling posts around a recurring pattern.

Action Parameters

daysOfWeek
array
schedule
arrayRequired
title
stringDefaults to default

Action Response

data
object
error
string
successful
boolean