POST
/
v1
/
external
/
extraction
/
new
curl --request POST \
  --url https://services.getbeed.com/api/v1/external/extraction/new \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>'
{
  "statusCode": 123,
  "message": "<string>",
  "_metadata": {
    "requestId": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

API Key (structure: <key>:<secret>)

Query Parameters

type
string
required

type of the document

Body

multipart/form-data
file
file
required

Binary file (image/pdf)

Response

400
application/json
Bad request
statusCode
integer
required
message
string
required
_metadata
object
required