Saved workflow IDs: request_id dataset_id job_id generation_id

Need a JWT for HTTP Bearer?

Why this form is here: protected Try-It requests need a short-lived JWT access token. Your client_secret is not that token; it must be exchanged first.

If you already have a JWT, paste it into the HTTP Bearer field in this Authentication panel. If you only have a client_id and client_secret, use this form to fill HTTP Bearer automatically.

  • A JWT access token always starts with eyJ and contains exactly two dots. It is roughly 1 KB long. This is what HTTP Bearer accepts.
  • A client_secret has no fixed prefix, no dots, and is a single high-entropy string of roughly 64 characters. This is what you paste into the form below.
That looks like a JWT. Paste it into the HTTP Bearer field in this panel instead; you don’t need this helper.