POST
/
conduit
/
dataset
/
{dataset_id:str}
/
upload
curl --location --request POST 'https://api.automorphic.ai/api/user' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
    "current_token": ""
}'
{
  "success": 1,
  "user_group": {
    "team_id": 3,
    "token": "<user_group_token_to_auth_dashboard>",
    "name": "Example 1",
    "provided_id": "example_1"
  }
}

Body

name
string
The name of the file

Response

id
string
Indicates the ID of the file
datasetID
string
Indicates the ID of the dataset
name
string
Indicates the name of the file
size
int
Indicates the size of the file
type
enum
Indicates the type of the file
createdAt
string
The time that the file was created at
updatedAt
string
The time that the file was last updated at
curl --location --request POST 'https://api.automorphic.ai/api/user' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
    "current_token": ""
}'
{
  "success": 1,
  "user_group": {
    "team_id": 3,
    "token": "<user_group_token_to_auth_dashboard>",
    "name": "Example 1",
    "provided_id": "example_1"
  }
}