Upload your datasets to the Plexe Platform using the REST API.
https://api.plexe.ai
x-api-key
header.
POST
request to the upload initiation endpoint (e.g., /uploads
). Provide the filename and content type.
presigned_url
obtained in Step 1 to PUT
your file data. Note: Do not include your x-api-key
header in this request; authentication is handled by the pre-signed URL itself. The Content-Type
header must match the one you specified when requesting the URL.
upload_id
and s3_key
.
upload_id
when submitting model build requests that require this dataset. For example:
upload_id
s for different model building tasks.