Available Actions
tweetsearchuserdmtrends
Input Schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string"
},
"media_ids": {
"type": "array"
}
}
}Output Schema
{
"type": "object",
"properties": {
"data": {
"type": "object"
},
"meta": {
"type": "object"
}
}
}Quick Start
API Endpoint
POST /api/execute/twittercURL Example
curl -X POST \
https://api.nulayers.com/execute/twitter \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"action": "tweet"}'