My Developer PortalMy Developer Portal
  • Pricing
  • Documentation
  • API Reference
Information
Todo
    Get all todosgetCreate a new todopostUpdate a todoputDelete a tododelete
Other endpoints
    Generate threadspost
Schemas
powered by Zuplo
Todo API
Todo API

Other endpoints


Generate threads

POST
https://social-swarm-main-aa77a19.zuplo.app
/v1/generate

Generate threads › Headers

Authorization
​string · required

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Generate threads › Responses

Rate Limiting Response

type
​string · required

A URI reference that identifies the problem.

title
​string · required

A short, human-readable summary of the problem.

status
​number · required

The HTTP status code.

instance
​string
POST/v1/generate
curl https://social-swarm-main-aa77a19.zuplo.app/v1/generate \ --request POST \ --header 'Authorization: Bearer <token>'
Example Responses
{ "type": "https://httpproblems.com/http-status/429", "title": "Too Many Requests", "status": 429, "instance": "/foo/bar" }
json
application/json

Todo