Skip to main content
How to use the REST API with your account

Getting started with our REST API

Gregory Claeyssens avatar
Written by Gregory Claeyssens
Updated over 10 months ago

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.


📚 Next steps

Did this answer your question?