1. Blog Models

1.1 Free Blog

Model Name: free_blog

Field Type Description
id number Blog ID
documentId string Strapi document ID
topic string Blog topic/category
title string Blog title
content string HTML / text content
tag string Custom blog tag
dayId string Day number connected
createdAt/updatedAt/publishedAt string System timestamps
image BlogImage Associated image

BlogImage


1.2 Pro Blog

Model Name: pro_blog

Same as Free Blog, but:

Field Type Notes
titile string API has typo, keep as is
dayId string Required for Pro Day association

2. Video Models

2.1 Video

Model Name: video

Field Type
name string
url string
mime string
width / height number
provider string
alternativeText string
caption string
day (relation) Day belongs to video

Used for: