Create a Snapchat post
Create a new Snapchat post (Story or Spotlight).
Documentation Index
Fetch the complete documentation index at: https://developer.dashsocial.com/llms.txt
Use this file to discover all available pages before exploring further.
Snapchat-specific fields
| Parameter | Description |
|---|---|
post_type | Required. STORY or SPOTLIGHT. |
description | Optional caption text for SPOTLIGHT posts. Not supported for STORY posts. |
save_to_profile | Required for SPOTLIGHT. Boolean. Saves the post to the public Snapchat profile. |
locale | Required for SPOTLIGHT. Locale for the post, for example en_US. |
Publishing modes
| Mode | status | auto_publish | timestamp |
|---|---|---|---|
| Publish immediately | AUTOPUBLISHING | true | Not required |
| Schedule for later | SCHEDULED | true | Required |
Example requests
StoryNotes
auto_publish: falseis not supported. Always setauto_publish: true.media_idsis required for all Snapchat posts.STORYposts support image or video.descriptionis not available for Story posts.SPOTLIGHTposts require video media.save_to_profileandlocaleare required.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The type of Snapchat post (STORY or SPOTLIGHT)
STORY, SPOTLIGHT The approval policy of the approval request
APPROVAL_REQUIRED, APPROVAL_NOT_REQUIRED The list of approval requests associated with the post.
Whether the post should be auto published.
The list of the board ids associated with the post.
x >= 0The id of the brand to which the post belongs.
x >= 0The list of the campaign ids associated with the post.
x >= 0The list of the content tag ids associated with the post.
x >= 0To identify the user or the application that created the post.
RSS_FEED Description for Spotlight posts (max 160 characters)
160The list of duplicate to brand ids.
55x >= 0Language and country indicator for Spotlight posts (e.g., en_US)
ar_AA, bn_BD, bn_IN, zh_CN, zh_TW, da_DK, nl_NL, en_GB, en_US, fil_PH, fi_FI, fr_FR, de_DE, el_GR, gu_IN, hi_IN, id_ID, it_IT, ja_JP, kn_IN, ko_KR, ms_MY, ml_IN, mr_IN, nb_NO, pl_PL, pt_BR, pt_PT, pa_IN, ro_RO, ru_RU, es_AR, es_001, es_MX, es_ES, sv_SE, ta_IN, te_IN, th_TH, tr_TR, ur_PK, vi_VN, null The list of the media ids attached to the post.
x >= 0The id of the post group associated with the post.
Foreign key reference to the RSS feed table.
The unique identifier coming from RSS Feed.
The timestamp of when an RSS feed item was published
Whether to save the post to profile. Required for Spotlight, None for Story
The sorted index for unscheduled posts.
The current status of the post.
AUTOPUBLISHING, DRAFT, EXPIRED, FAILED, IMPORTED, MISSING_APPROVALS, PARTIALLY_FAILED, POSTED, SCHEDULED, SKIPPED, USERS_NOTIFIED The scheduled date & time for publishing the post.