Skip to main content
POST
/
namespaces
/
{namespace}
/
worlds
/
{slug}
/
export
Export RDF from a world
curl --request POST \
  --url https://api.wazoo.dev/namespaces/{namespace}/worlds/{slug}/export \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "contentType": "<string>",
  "source": "<string>"
}
'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

namespace
string
required
slug
string
required

Body

application/json
contentType
string

RDF serialization MIME type. If omitted, the server negotiates from Accept (default application/n-quads).

source

Optional; defaults to the world identified by the URL path.

Response

Exported RDF

The response is of type file.