POST
/
async-parsing
/
parser
/
standalone
/
{profileId}
Index a document using a profile ID
curl --request POST \
  --url https://{FUSION HOST}/async-parsing/parser/standalone/{profileId}

Headers

Content-Type
string
default:application/octet-stream

The MIME type of the content being indexed, typically application/octet-stream.

Path Parameters

profileId
string
required

The ID of the index profile used to process the document.

Query Parameters

request
file
required

Binary payload to be indexed by the specified pipeline and parser.

Response

204

No Content