MeshTale Docs
API referenceV1ExportsCitation bundle
POST
/v1/exports/citation-bundle

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/exports/citation-bundle" \  -H "Content-Type: application/json" \  -d '{    "recall_id": "edae1764-b484-42ae-ae16-88b0235431b3"  }'
{  "exportId": "85382188-14c3-47fd-b4ab-d4b86ccda514",  "status": "pending",  "pollUrl": "http://example.com"}
Empty
Empty
Empty
Empty
Empty
Empty