REST stands for Representational State Transfer. It’s an architectural style that’s an alternative to SOAP-based web services.
The StoryChief API has what we call resources like articles or users. You take action on resources using the standard HTTP methods: POST, GET, PATCH, and DELETE.
Good to know
For images, the API has a limit of 4 MB per image. JPG & PNG are supported.