Skip to main content
POST
/
v1
/
read
read
curl --request POST \
  --url https://api.fetchbean.com/v1/read \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "format": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
url
string
required
format
string

Response

Success

The response is of type object.