v1

latestOpenAPI 3.0.02026-07-24378968.5 KB
Chat

/chat/attachment/upload

Upload an attachment file and get a signed URL

post/chat/attachment/upload

Headers

octa-agent-emailstring

Response

urlstring required

The signed URL to access the uploaded file

Example response

{
  "url": "https://storage.googleapis.com/bucket/path/to/file?signature=..."
}