How to use the REST API with your account
Getting started with our REST API
Gregory Claeyssens avatar
Written by Gregory Claeyssens
Updated over a week 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 stories or users. You take action on resources using the standard HTTP methods: POST, GET, PATCH, and DELETE.

Did this answer your question?