1. Prepare Your API Key
SoluDesks API requests use an API key in theAuthorization header.
2. Make A Request
3. Create Safely
Create requests requireIdempotency-Key. Reuse the same key only when retrying the exact same create request.
4. Build Content In Order
The usual content flow is:1
Create categories
Use categories to organize courses and improve filtering.
2
Create a course
Create the course shell with title, description, level, and category links.
3
Create sections
Add ordered sections to structure the course.
4
Create lessons
Add text, video, image, document, or quiz lessons under each section.
5
Attach uploads
Use upload sessions for media and document assets before referencing upload IDs in content payloads.
