docs
docs.save
Saves a document after uploading it to a server.
Parameters
file
string
This parameter is returned when the file is uploaded to the server.
Required parameter
title
string
Document title.
tags
string
Document tags.
return_tags
checkbox
Result
Returns an array of objects describing uploaded documents. Each object in this array contains type (string) field with possible values graffiti, audio_message, doc, and corresponding object.
For type = graffiti – graffiti object describing graffiti. For type = audio_message – audio_message object describing audio message. For type = doc – doc object describing other types of documents.
Error codes
105
Couldn't save file
Common errors may occur during execution