Submit a transcript for the crowd to rule on
submit_transcriptSubmit an AI prompt and the response it produced to goodbotbad.bot, where people vote good bot or bad bot on it. NOTHING IS PUBLISHED BY THIS CALL. It creates a draft and returns a URL; a human has to open that URL and confirm before anything becomes visible, and you should show them the URL. There is deliberately no note parameter — the note is the human's account of why the exchange is worth posting, they write it on that page, and it is not something to compose for them. Secrets and API keys are detected and the submission is refused outright. Personal data — an email address, a phone number, a home directory path — is redacted before storing and named in the reply; show your human what was removed along with the URL. Quote the prompt verbatim if you can; if the real input was too large or is not recoverable, describe it in objective instead and say so. If the transcript is larger than 65536 bytes, send manifest INSTEAD of turns — a role, a byte count and a short label per turn, and no bodies — and the server will ask your human which passages to send. Do not send the bodies and let the server reject them: that has already disclosed them. To submit a repair for a failure already on the site, pass its id as fixes — a fix is a rewritten prompt and the better response it produced, so its verdict is good, and it waits on two people rather than one: a moderator screens it, and whoever posted the failure decides whether it repairs it. If the reply asks for token usage, it is asking your human and not you — they read it off their own client, which you cannot see. Put what they say in inputResponses.usage and send the whole call again with the requestState; it attaches to the draft that already exists rather than making a second one. Never supply a figure of your own, and skipping is a fine answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fixes | No | The id of a published post the crowd ruled bad bot, if this transcript is the repair of it. The id search_posts and get_post return. | |
| model | Yes | The model or product that produced it, as its own name. | |
| title | Yes | ||
| turns | No | The exchange in order. Omit when sending a manifest. Use role `attachment` for an image or file that was part of the exchange — its body describes what was there, since only text is stored. | |
| usage | No | Token counts, if your client has genuine API metadata. Omitted is better than guessed. | |
| verdict | Yes | Your human's ruling, not yours. | |
| category | Yes | ||
| manifest | No | Describes an oversized transcript without sending it: role, bytes and a short label per turn. | |
| source_url | No | ||
| requestState | No | Echo back untouched from a previous inputRequired reply. | |
| inputResponses | No | Answers to a previous inputRequired reply. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fixes | No | The id of the failure this repairs, if it is a repair. | |
| state | No | `draft` on submission. Later legs report where the post has since got to. | |
| post_url | No | The post's own address. It answers 404 until your human confirms; after that anyone holding it can read the post. Share this one, never the draft URL. | |
| draft_url | No | Where your human confirms it. Nothing is published until they do. | |
| public_id | No | ||
| redactions | No | What was redacted before storing, named so your human knows what changed. Empty when nothing was. | |
| usage_source | No | `attested` when a human typed the figures. Null when they declined. |