Documentation for using the OSSN API's POST method to upload an image and create a corresponding 'Story' item. Submit the image file and required parameters to publish a temporary visual story to the OSSN platform.
Endpoint
Method:
Parameter:
| Parameter name | Required | Type | Explain |
|---|---|---|---|
| api_key_token | Yes | string | Your API key |
| title | Yes | string | Stories title |
| images | Yes | image | Multiple image files or single |
| uguid | Yes | integer | Stories user Guid |
Example Response
{
"merchant": "Premium Social Network",
"url": "http:\/\/local.openteknik.com\/",
"time_token": 1632227139,
"payload": {
"success": "Stories has been saved"
},
"code": "100",
"message": "Request successfully executed"
}