Skip to main content
POST
Sube un archivo a un datastore (multipart/form-data)
Sube un archivo directamente (vía multipart/form-data). El archivo se guarda en S3 y se encola para procesamiento automático.

Ejemplo

El procesamiento es asíncrono. El estado pasará a running y luego success/error.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID del datastore

Body

multipart/form-data
file
file

Response

Archivo subido y encolado para procesamiento

id
string
type
string
name
string
status
enum<string>
Available options:
unsynched,
pending,
running,
synched,
error,
usage_limit_reached
groupId
string
updatedAt
string<date>
createdAt
string<date>
lastSynch
string<date>
config
object