POST
/
v1
/
insert
curl --request POST \
  --url https://api.wetrocloud.com/v1/insert/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'collection_id={{collection_id}}' \
  --form resource=https://en.wikipedia.org/wiki/Elizabeth_II \
  --form type=web
{
  "success": true,
  "tokens": 93718
}

Authorizations

Authorization
string
header
required

Body

multipart/form-data
collection_id
string
resource
string
type
string

Response

202
application/json
Accepted

The response is of type object.