Chapter 758: Backend routes in the Editor Starter
Core Idea
Some Editor Starter features require backend endpoints. The default implementation uses the React Router 7 framework.
Key Concepts
- POST /api/captions
- GET /api/fonts/:name
- POST /api/upload
- POST /api/render
- POST /api/progress
Key Takeaways
- Understand post /api/captions when working with Backend routes in the Editor Starter.
- Understand get /api/fonts/:name when working with Backend routes in the Editor Starter.
- Understand post /api/upload when working with Backend routes in the Editor Starter.
- Understand post /api/render when working with Backend routes in the Editor Starter.
- Understand post /api/progress when working with Backend routes in the Editor Starter.
Connects To
- Asset Cleanup: related page in the Editor Starter Template section.
- Asset Uploads: related page in the Editor Starter Template section.
- Before you buy: related page in the Editor Starter Template section.