Skip to main content

How to use the REST API with your account

Getting started with our REST API

Written by Gregory Claeyssens

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 stories 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?