cURL
curl --request POST \ --url https://analytics.toolzz.ai/api/trpc/datasets.createDataset
{ "id": "<string>", "name": "<string>", "description": "<string>", "metadata": null, "projectId": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Endpoint to create a new dataset on toolzz analytics
Documentation IndexFetch the complete documentation index at: https://docs.toolzz.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.toolzz.dev/llms.txt
Use this file to discover all available pages before exploring further.
{ "name": "string", "description": "string", "metadata": null }
Show Payload