Creates a temporary URL for uploading a CSV file to a preconfigured Sela file ingestion source. The source value is provided by Sela and determines how the uploaded CSV is processed. Sela configures which CSV column is used as the row lookup key. First call this endpoint with a source and filename, then upload the file to the returned signed_url using an HTTP PUT request. The upload URL expires after one hour.
Documentation Index
Fetch the complete documentation index at: https://docs.trysela.com/llms.txt
Use this file to discover all available pages before exploring further.
Token-based authentication with required prefix "Token"
Short label for the upload source, such as the system or workflow sending the file. Use letters, numbers, hyphens, and underscores only.
1 - 50^[a-zA-Z0-9_\-]+$Name of the file you plan to upload. The filename must start with a letter or number and may include spaces, dots, hyphens, and underscores.
1 - 255^[a-zA-Z0-9][a-zA-Z0-9_\-. ]*$Temporary upload URL created successfully.
Temporary URL where you can upload the file directly with an HTTP PUT request. The URL expires after one hour.