How to get separate JSON Path responses from the API?

Hi everyone, maybe someone knows how to configure the API call in such a way that the response is received in separate parts ( “content1”: , “content2”: , “content3”: ) For example, a user sends a request “Come up with 3 ideas for a book” and the API provides a response in in the form of 3 JSON Path. Thanks in advance)