API components
You can interface with the platform's back-end services directly with a REST API, or create your own JavaScript object model API that uses methods from the platform API.

| Component | Description |
|---|---|
| Platform API | Platform JavaScript API you leverage to interact with backend services. |
| Object model API | Create your own JavaScript object model API using Platform API methods |
| REST API | REST APIs you use to interact with backend services. |