Available Actions
mediacommentsinsightsstories
Input Schema
{
"type": "object",
"required": [
"image_url"
],
"properties": {
"caption": {
"type": "string"
},
"image_url": {
"type": "string"
},
"location_id": {
"type": "string"
}
}
}Output Schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"uri": {
"type": "string"
}
}
}Quick Start
API Endpoint
POST /api/execute/instagramcURL Example
curl -X POST \
https://api.nulayers.com/execute/instagram \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"action": "media"}'