Submit a natural language query for processing
/v1/messages
endpointprocessingId
to track your request/v1/messages/{processingId}/status
endpoint to get the final resultPENDING
: The message has been received and is waiting to be processedPROCESSING
: The message is currently being processedFINISHED
: Processing is complete and the result is availableERROR
: An error occurred during processingerrorMessage
field with details about what went wrong. Common error scenarios include:
processingId
for later reference if neededMessage submitted for processing
The response is of type object
.