for signing PDF you can use rest endpoint:
/ with method POST and json body
{data:string}
where data is BASE64 encoded PDF file.
Response will contains:
{ data: string, error: string }
where data is BASE64 encoded signed PDF file.
Select a file :