Image URL not showing on API Call Strapi v4

Never mind, found the answer. Should’ve watched the V4 deep dive more closely, about the REST API at around the 5:07 mark. Strapi auto filters relations. To get relations if anyone is wondering is to use the populate field in the call. Example to get all relations is : GET /api/books?populate=*

8 Likes