A post made via an API call

Issue yourself an API token at https://adagia.org/my/api-tokens

POST    https://adagia.org/api/v1/post 

Headers

  • use the API token as a bearer token in the header
  • specify header to accept json
    • Accept: application/json

Accepted Parameters

  • Title : string | max:255
  • Content : if you submit valid HTML it will be styled according to Adagia's stylesheet.

Currently User's are limited to posting once per 24hour day. This is to prevent user scripts from accidentally posting a million times lol.