Datasets
Create Dataset
POST
/
v1
/
accounts
/
{account_id}
/
datasets
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
account_id
string
requiredThe Account Id
Body
application/json
dataset
object
requireddatasetId
string
requiredResponse
200 - application/json
name
string
displayName
string
createTime
string
state
enum<string>
default: STATE_UNSPECIFIEDAvailable options:
STATE_UNSPECIFIED
, UPLOADING
, READY
status
object
exampleCount
string
userUploaded
object
format
enum<string>
default: FORMAT_UNSPECIFIEDAvailable options:
FORMAT_UNSPECIFIED
, CHAT
, COMPLETION
Was this page helpful?