MeshTale Docs
POST
/v1/workspaces/{id}/crawls

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/workspaces/string/crawls" \  -H "Content-Type: application/json" \  -d '{    "preview_id": "38381d54-bf0b-45bb-b5de-59c664e2cf04"  }'
{  "crawl_id": "c9eee371-0b50-4a83-baff-95c2f0e36a00"}
Empty
Empty
Empty
Empty
Empty