We have additional moderation and checking to do when a user adds a post to a community. Thus we ideally want to create the post in amity through our server-side API once validation has succeeded.
Though there isn’t anything at https://docs.amity.co/ about your API we did find another community post pointing to the swagger docs for the Amity API at Swagger UI.
Questions:
-
Is the above link the correct location for the API docs and if so, are they the latest?
-
Are we meant to be using the API directly?
-
from what we can gather, we need to create a user token first before being able to POST a post. Is that correct?
Thanks