Skip to content

Getting Started

Apisful Content REST API is used to manage the content of your projects. It includes creating, updating, deleting, and fetching the content of your projects.

All URLs referenced in the API documentation have the following base:

https://api.apisful.com/v1/

This REST API is served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported.

It's required to provide an API access key with every request to identify yourself. You can find the key in the relevant section of a project's menu. project access keys

Send the key with HTTP headers in the following format:

X-Api-Key: {your_key_here}