D
dweet.io
11 endpointsliveDweet.io allows users to share data from mobile, tablets, and pcs, and them to other devices and accounts across social media platforms. Dweet.io provides an API to access the different functionality of the Dweet.io service. Users can make REST calls to read and create dweets, lock and unlock things, and perform other calls. The API returns JSON and JSONP. (ingested from its OpenAPI definition; no key required)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for dweet.io.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| Create an alert for a thing. A thing must be locked before an alert can be set. /alert/{who}/when/{thing}/{condition} | Create an alert for a thing. A thing must be locked before an alert can be set. | $0.0020 per call | unknown |
| Get the alert attached to a thing. /get/alert/for/{thing} | Get the alert attached to a thing. | $0.0020 per call | unknown |
| Read the last 5 cached dweets for a thing. /get/dweets/for/{thing} | Read the last 5 cached dweets for a thing. | $0.0020 per call | unknown |
| Read the latest dweet for a thing. /get/latest/dweet/for/{thing} | Read the latest dweet for a thing. | $0.0020 per call | unknown |
| Read all the saved alerts for a thing from long term storage. You can query a maximum of 1 day per request and a granul /get/stored/alerts/for/{thing} | Read all the saved alerts for a thing from long term storage. You can query a maximum of 1 day per request and a granul | $0.0020 per call | unknown |
| Read all the saved dweets for a thing from long term storage. You can query a maximum of 1 day per request and a granul /get/stored/dweets/for/{thing} | Read all the saved dweets for a thing from long term storage. You can query a maximum of 1 day per request and a granul | $0.0020 per call | unknown |
| Listen for dweets from a thing. /listen/for/dweets/from/{thing} | Sorry, this function uses HTTP chunked responses and cannot be tested here. Try something like: <pre>curl --raw https://dweet.io/listen/for/dweets/from/{thing}</pre> | $0.0020 per call | unknown |
| Reserve and lock a thing. /lock/{thing} | Reserve and lock a thing. | $0.0020 per call | unknown |
| Remove an alert for a thing. /remove/alert/for/{thing} | Remove an alert for a thing. | $0.0020 per call | unknown |
| Remove a lock from thing. /remove/lock/{lock} | Remove a lock from thing. | $0.0020 per call | unknown |
| Unlock a thing. /unlock/{thing} | Unlock a thing. | $0.0020 per call | unknown |