curl --location --request POST 'https://api.lysi.cloud/contract/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Nome do Contrato",
"document": "URL_DO_ARQUIVO",
"signers": [
{
"name": "NOME ASSINANTE 1",
"email": "email@assinate1.com.br",
"action": "SIGN",
"configs": {
"cpf": "00000000000"
}
},
{
"name": "NOME ASSINATE 2",
"action": "SIGN",
"configs": {
"cpf": "00000000000"
}
}
]
}'{
"date": "2026-02-09 20:44:33",
"success": true,
"error": false,
"api": {
"version": "1.0.1",
"updated": "2025-12-28"
},
"__seconds": null,
"id": "26476224-5670-439a-bb19-b2a103f70a42",
"billed": true,
"contract": {
"id": "6a36d92371697e6fbaf68514d1a92775d26f94fac2f484f5b",
"created_at": "2026-02-09T20:44:38.000000Z",
"signers": [
{
"id": "26aa755205f811f1800e42010a2b601f",
"name": "Lucas Eduardo da Silva Volpato",
"email": "financeiro@medtraumaresgate.com.br",
"delivery_method": "DELIVERY_METHOD_LINK",
"action": "SIGN",
"link": "https://assina.ae/f8jH6ZjenSvBCtGem"
},
{
"id": "26b34b1d05f811f1800e42010a2b601f",
"name": "Thomas calizotti",
"email": null,
"delivery_method": "DELIVERY_METHOD_LINK",
"action": "SIGN",
"link": "https://assina.ae/o4YQCKPjz7UYEUjRX"
}
]
}
}