Available Actions
postspagesadsinsights
Input Schema
{
"type": "object",
"required": [
"page_id"
],
"properties": {
"link": {
"type": "string"
},
"message": {
"type": "string"
},
"page_id": {
"type": "string"
}
}
}Output Schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"post_id": {
"type": "string"
}
}
}Quick Start
API Endpoint
POST /api/execute/facebookcURL Example
curl -X POST \
https://api.nulayers.com/execute/facebook \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"action": "posts"}'