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 Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/model/child'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.