Add Story

Enables users to create and submit new stories to the platform. By providing details such as title, content, genre, and optional media, users can contribute to the growing collection of stories.

Request

POST /v1/stories HTTP/1.1
Host: story.api.mimiland.io
Content-Type: application/json
mm-client-id: mml
mm-user-id: 65646591714177dcf46462dd
Authorization: bearer v4.public.eyJhZC*****5xTtpdbQI
Content-Length: 322

{
	"story":{
        "content":"retry",
        "images":[
            {
                 "url" : "https://e0.pxfuel.com/wallpapers/814/922/desktop-wallpaper-angry-bunny-snowball.jpg",
                "featureType":"story",
                "objectType":"images"
            }
        ],
         "privacyOption": 1
    }
}

Parameter

Key
Type
Description

content *required

String

Content of story

images *required

Array of object

Image/ video information

privacyOption Optional

Int

privacy of the story

Last updated