Docs

Create Document Using Base64

Creates a new document in Edusign from Base64.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
string

Sélectionnez le dossier existant dans lequel vous souhaitez enregistrer les documents que vous créez

string

This field is used to select the existing training in which you want to link the documents you are creating

stringrequired

This field is used to choose if the document should be sent by email to all recipients to allow them to sign it. Default: true

stringrequired

This field is used to choose if the document should be sent by email to all recipients once it is fully signed. Default: true

string

Redirigez l'utilisateur vers une URL spécifique une fois qu'il a signé

stringrequired

Allowed values: "email", "sms", "none" (none make the signature validation optional). Default: "email"

booleanrequired

This field allows to send the document to the recipients one after the other only when the previous recipient has signed

string

This field allows you to define a date from which it will no longer be possible to sign the document

array of object
object
stringrequired

The subject of the email

stringrequired

The body of the email

object
stringrequired

The subject of the email

stringrequired

The body of the email

numberrequired

The number of reminder emails you want to send

numberrequired

The interval in hours between each reminder email (in hours)

object
stringrequired

The subject of the email

stringrequired

The body of the email

stringrequired

The ID of the admin who sends the document

array of arrayrequired

An array containing arrays of recipients for each document to be sent <br> Each array of recipients represents a document that will be sent. All recipient arrays must be identical (same number of recipients in the same order), only the IDs must be different from one array to another <strong style="color:gold">WARNING</strong> : All recipient arrays must be identical (same number of recipients in the same order), only the IDs must be different from one array to another

array of objectrequired
objectrequired

The document you want to send

stringrequired

The name of the document

stringrequired

The base64 string of the document

boolean

This field allows you to use native coordinates for the document? If true, the coordinates will be used as is, if false, the coordinates will be scaled to the document size

stringrequired

Nom du document joint

stringrequired

URL du document joint

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.