Authentication error on Browser Rendering API

For Workers & Pages, what is the name of the domain?

NA

What is the error number?

10000

What is the error message?

Authentication error

What is the issue or error you’re encountering

Authentication error

What steps have you taken to resolve the issue?

Followed the docs at /content - Fetch HTML · Cloudflare Browser Run docs

What are the steps to reproduce the issue?

  1. Create a new account
  2. Create a new API token on the Dashboard at Manage Account → Account API Tokens → Create Token → Custom → Select Browser Rendering & Edit (I have tried Read too)
  3. curl -X POST “https://api.cloudflare.com/client/v4/accounts/[accountid]/browser-rendering/content” -H “Content-Type: application/json” -H “Authorization: Bearer [token]” -d "{"url":"https://developers.cloudflare.com/\“}”

Encountered the same issue, the interface returned.:
{
“result”: null,
“success”: false,
“errors”: [
{
“code”: 10000,
“message”: “Authentication error”
}
],
“messages”:
}

@yidasanqian are you still encountering this issue?