SpideyDataAPI Reference

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.

API base https://kieapi.com
curl -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

Use a bearer token.

Create and manage product API keys in Product Console settings. The docs page itself is public.

Response shape

Account-scoped job

Submitting, queued, running, succeeded, failed, or unknown terminal state under the authenticated Account.

Request-only secret

The X auth_token is used for one publish request and is never stored or returned by SpideyData.

Automation boundary

This managed capability does not claim official X API support or guarantee policy compliance.

Reference

Endpoint reference

OpenAPI-backed details for quote-tweet submission, job polling, secret handling, and errors.

OpenAPI endpoint details

Interactive schemas, request bodies, response objects, and public error contracts load here.