Store any text or code content at a shareable link. Optionally specify a syntax language for highlighting, set the link to expire after a number of hours, require a password to view, or make it one-time (the link stops working after the first view).
~1 credits / paste
1 credit per paste, plus 1 credit per 100 kilobytes of content.
Estimated; the actual charge depends on your input and is shown in the response.
Set these inside the intent when you run it.
The text or code to store in the paste.
Syntax language for highlighting, e.g. python, javascript, json.
Hours until the paste expires and becomes unavailable.
If true, the link stops working after the first view.
A password that must be entered to view the paste.
A shareable URL where the paste can be viewed.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Pastebin skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/paste/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"create","content":"print('Hello, world!')","syntax":"python","ttl_hours":24,"one_time":true,"password":"secret123"}}'Example requests