Post
Bulk Post
Bulk schedule posts with a CSV file
PUT
Bulk schedule posts with CSV (Comma Separated Values) file of posts data. Content-Type must beDocumentation Index
Fetch the complete documentation index at: https://www.ayrshare.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
multipart/form-data.
Header Parameters
Format:
Authorization: Bearer API_KEY. See API overview for more
information.Profile Key of a user profile.
Content-Type: multipart/form-dataBody Parameters
Multipart form-data CSV file of scheduled posts. See below for CSV template.
Request Examples
A multipart form-data containing a CSV file of posts will schedule them for a future date. The CSV file contains the following fields (template below) and are required:post: The post text.platforms: Comma separated list of platforms, e.g. “twitter, facebook, instagram”.mediaUrls: URL of media, such as an image or video to include in the post.scheduleDate: Datetime to schedule the post in UTC format. For example, use formatYYYY-MM-DDThh:mm:ssZand send as2026-07-08T12:30:00Z. Please see utctime for more examples.
