This endpoint fetches all the child models linked to a specific parent model. It requires the parent model's ID as input and returns an array of child model objects. Useful in hierarchical or modular model structures where one model is composed of sub-models.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/model/child' \
--header'Authorization: Bearer <token>'