import Profound from 'profoundai';const client = new Profound({ apiKey: process.env['PROFOUND_API_KEY'], // This is the default and can be omitted});const response = await client.prompts.answers({ category_id: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e', end_date: '2019-12-27T18:11:19.117Z', start_date: '2019-12-27T18:11:19.117Z',});console.log(response.data);
import Profound from 'profoundai';const client = new Profound({ apiKey: process.env['PROFOUND_API_KEY'], // This is the default and can be omitted});const response = await client.prompts.answers({ category_id: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e', end_date: '2019-12-27T18:11:19.117Z', start_date: '2019-12-27T18:11:19.117Z',});console.log(response.data);