cURL
curl --request POST \ --url https://api.cloudsquid.io/api/projects/{project_name}/tables/{table_id}/data \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "data": {}, "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
Upload JSON data into a table.
Documentation IndexFetch the complete documentation index at: https://docs.cloudsquid.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.cloudsquid.io/llms.txt
Use this file to discover all available pages before exploring further.
The name of the project
The id of the table
Successfully added data
Was this page helpful?