cURL
curl --request POST \ --url https://api.inprocess.world/api/message/index-moment \ --header 'Content-Type: application/json' \ --data ' { "messageId": "2659837e-4c9a-4647-8cdc-d72a6237a67b" } '
{ "success": true, "messageMoment": { "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "message": "2659837e-4c9a-4647-8cdc-d72a6237a67b", "moment": "5264bb73-507a-44ce-8f17-4443af13f7b4" } }
Index a message by linking it to its associated moment. This endpoint extracts moment information (collection address and token ID) from the message and creates a message-moment association.
The unique identifier (UUID) of the message to index
Successfully indexed message
Indicates if the indexing was successful
The created message-moment association
Show child attributes