1curl -X POST https://api.athenaintel.com/api/v0/tools/sheets/table/create \2 -H "X-API-KEY: <apiKey>" \3 -H "Content-Type: application/json" \4 -d '{5 "asset_id": "string",6 "end_column_index": 1,7 "end_row_index": 1,8 "start_column_index": 1,9 "start_row_index": 1,10 "table_id": "string",11 "table_name": "string"12}'
1{2 "asset_id": "string",3 "message": "string",4 "success": true5}
1
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>
1-based ending column index
1-based starting column index
Sheet ID (defaults to 1)
1-based starting row index
1-based ending row index