Skip to main content

API v1.5 · Web SDK

One Auco process, from start to finish

Electronic signature, identity validation and document automation. Here is the REST API and the web SDK that connect them to your product.

curl -X POST https://api.auco.ai/v1.5/ext/document/save \
  -H "Authorization: prk_tuLlavePrivada" \
  -H "Content-Type: application/json" \
  -d '{
    "email": "ana@empresa.co",
    "document": "64823dc5ce28a265e02d68f3",
    "name": "Contrato laboral",
    "sign": true,
    "notification": false
  }'
response
{
  "document": "DOCUMENTCODE",
  "signProfile": [
    { "id": "ZR", "email": "example@auco.ai" }
  ]
}

What an integration looks like

POST /document/save

You create the process

From a template or your own PDF, with the list of signers.

SDK · email · WhatsApp

They sign and get validated

Embedded in your site or from the link Auco sends.

webhook

We notify you

Every status change reaches your endpoint in real time.

GET /document/roadmap

You download and audit

Signed document and full traceability of the process.

What do you need to do?

Sign a document

Create the process, define where each party signs, and send it.

Validate an identity

Face biometrics, document matching and restriction lists.

Receive events

Set up your webhook and listen to every phase of the process.