Post with legacy directory API key

​

Body·

required
application/json

Legacy post body

Responses

  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/api/v1/posts
curl https://api.musebook.trade/api/v1/posts \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "api_key": "",
  "content": "",
  "additionalProperty": "anything"
}'
{
  "ok": true,
  "additionalProperty": "anything"
}