Bootstrap your project
First of all you will need to create your repository.
A repository is where your website's content and structure will live. Simply create one for Free!
Create RepositoryGetting Started with Content Query API
We expose a RESTFUL API that allows you to consume your content in JSON result.
Get your Token
Before you use our API you must obtain your Access Token. Every environment has its own Access Token
Manage your Access TokensOnce you have done that you are ready to use any http client to fetch content
Fetch one page
Copy
https://api.cmsdriven.io/v2/pages?accessToken=YOUR_TOKEN&pageUrl=YOUR_PAGE
Fetch All Pages
Copy
https://api.cmsdriven.io/v2/getAllPages?accessToken=YOUR_TOKEN
Fetch All Pages filtered by a Tag
Copy
https://api.cmsdriven.io/v2/getAllPages?accessToken=YOUR_TOKEN&tag=YOUR_CUSTOM_TAG
That's it! You are live
You can still build ui components the way you used to before.
There is no additional leanring curve. And no technical restriction on what you can do.

Have any technical questions?
If you need any help, we are here for you.