Impressão on demand - GrupoBRA/SocialAPI-v2-Doc GitHub Wiki

POST /v1/print/

{
  "content": "{CSS+HTML}",
  "type": "PDF"
}

Resposta:

{
  "success": true,
  "data": {
    "SocialAPI": {
      "url_file": ""
    }
  }
}