Learn how to upload and maintain developer data with FutureAI
FUTUREAI-SDK-KEY
HTTP header for every request.
serverUrl
parameter of Future.startFutureSession
client connection.
POST /developer-data/upload/:tableName
tableName
- name of the tabletext/csv
or multipart/form-data
application/json
format.
POST /developer-data/insert/:tableName
tableName
- name of the tableapplication/json
object, or an array of multiple JSON objects.
Response body:
Table metadata in application/json
format.
POST /developer-data/set-metadata/:tableName
tableName
- name of the tableapplication/json
format.
POST /developer-data/update/:tableName/:key
tableName
- name of the tablekey
- identifier of the record (expected value of the key column)application/json
object.
Response body:
POST /developer-data/delete/:tableName/:key
tableName
- name of the tablekey
- identifier of the record (expected value of the key column)