Get Upload URL
Get Upload URL
POST
Get Upload URL
Use this API to mint a short-lived signed URL for uploading a file up to 30 MB. Use it for the by-reference ingestion flow: get the URL, PUT the raw file bytes to it, then pass the returned
fileRef to Ingest Knowledge.
Endpoint
POST https://api.velt.dev/v2/memory/knowledge/upload-url
Headers
Your API key.
Your Auth Token.
Body
Params
Example Requests
Request an upload URL for a PDF
Response
Upload the raw file bytes touploadUrl with an HTTP PUT, then pass fileRef to Ingest Knowledge. The URL expires at expiresAt (epoch ms).

