Generates a signed URL for direct file upload to Google Cloud Storage. Returns a signed URL valid for 15 minutes. Upload file via PUT request, then call /complete to finalize.Documentation Index
Fetch the complete documentation index at: https://developers.leadwaycrm.com/llms.txt
Use this file to discover all available pages before exploring further.
Autorizacion
Bearer token generado desde el portal Leadway. Ver Autenticacion.
Version de la API.
Body
Account ID
Conversation ID
Original filename with extension
MIME type of the file
File size in bytes (optional, for pre-validation)
Channel type for size limits (WHATSAPP for 100MB limit, others for 5MB)
Respuestas
200 - Signed URL generated successfully
200 - Signed URL generated successfully
Signed URL for direct upload to GCS. Use PUT request with file content.
Unique upload ID for tracking and completing the upload
File path in GCS bucket (needed for confirmation endpoint)
URL expiration timestamp (Unix milliseconds)
Maximum allowed file size in bytes
400 - Bad Request - Invalid parameters
400 - Bad Request - Invalid parameters
401 - Unauthorized
401 - Unauthorized
413 - File size exceeds maximum allowed limit
413 - File size exceeds maximum allowed limit

