cURL
curl --request POST \ --url https://messenger-public-api.cogfy.com/sources/{sourceId}/chunks \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "data": [ { "sourceType": "<string>", "content": "<string>" } ] }'
[ "<string>" ]
Creates a new chunk with the specified details.
Show child attributes