cURL
curl --request POST \ --url https://api.wazoo.dev/worlds/{slug}/export \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "contentType": "<string>", "source": "<string>" } '
"<string>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
RDF serialization MIME type. If omitted, the server negotiates from Accept (default application/n-quads).
Accept
application/n-quads
Optional; defaults to the world identified by the URL path.
Exported RDF (per contentType or negotiated Accept)
contentType
The response is of type file.
file