Introducing the Tailor REST API
The WordPress REST API represents the next major step in the evolution of WordPress, making it a powerful application platform on which almost any other system can build.
Building on top of this, the Tailor REST API exposes a number of endpoints and allows developers to interact with the Tailor-specific resource types (registered elements, element models and saved templates).
What does this mean?
Some of the things you can now do using the Tailor REST API include:
- Retrieve all registered element types.
- Retrieve all elements on a given page (referred to as models).
- Retrieve all saved templates on your site.
- Create one or more elements on a given page.
- Create one or more templates on your site.
- Update one or more elements on a given page.
- Update one or more templates in a single request.
- Delete one or more elements on a given page.
- Delete one or more templates from your site.


This easy to use REST API opens the door to even more amazing possibilities with Tailor. If you’re a developer and would like to contribute to its development, please get involved in the GitHub project!