Wall API documentation
Create Content API needs an API key to be used. Contact our team using the contact form or our chat system on our website to get it. Create Content API is part of our Premium offer.
API key put it in the header request
under the x-api-key
key or as an URL argument using api_key
key.
### Parameter
`wallId` : id of the Wall in which you want to inject the message. You can find that `wallId` in the URL of your Wall while in the Tool.

### Result
#### Success
{
“error”: false,
“status” : “started”
}
Possible values for status are `init`, `ready`, `started`, `completed`.
`init`: configuration phase - no licence yet
`ready`: means activated - licence attached to the Wall
`started`: means running - licence is used
`completed`: means stopped - licence is over
#### Error
{
“error”: true,
“message”:
“errors”:
}
Error message values: