Twitter API
Publish one explicitly confirmed quote tweet through a managed asynchronous job.
Quick start
This SpideyData-managed automation capability is not the official X API. Review current X automation policy and use a dedicated X account before publishing.
https://kieapi.comcurl -X POST "https://kieapi.com/v1/twitter/quote-tweets" \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"auth_token": "REQUEST_ONLY_X_AUTH_TOKEN",
"tweet_text": "Commentary for this post",
"attachment_url": "https://x.com/example/status/123",
"confirm_publish": true
}'
curl -X GET "https://kieapi.com/v1/twitter/jobs/twjob_01j" \
-H "Authorization: Bearer $SPIDER_API_KEY"Authentication
Create and manage product API keys in Product Console settings. The docs page itself is public.
Response shape
Submitting, queued, running, succeeded, failed, or unknown terminal state under the authenticated Account.
The X auth_token is used for one publish request and is never stored or returned by SpideyData.
This managed capability does not claim official X API support or guarantee policy compliance.
Endpoint reference
OpenAPI-backed details for quote-tweet submission, job polling, secret handling, and errors.
Interactive schemas, request bodies, response objects, and public error contracts load here.
