Skip to content

Upload Media

Used to upload media to Facebook before Creating Message Template.

IMPORTANT

We strongly advice you to craete message templates from panel.

POST

https://api.helorobo.com/api/v1/file/fb/upload

Request ( Form Data )

json
{
  "file"://file
}

Parameter Description

NameTypeDescription
fileform-dataFile Form Data of which you want to upload

Reesponse

json
{
  "success": true,
  "message": "",
  "status_code": 200,
  "trace_id": "eb5d9348-a756-4370-89b6-9bce42547117",
  "errors": [],
  "data": {
    "file_handle": "2:c2FtcGxl...",
  }
}

Parameter Description

NameTypeDescription
file_handlestringId likely string to use it when creating message template