POST
/v1/metadata/write
curl \
-X POST https://api.infura.ai/v1/metadata/write \
-H "x-api-key: $API_KEY" \
-d '{"keyspace":"string","table":"string","raw_value":"string","source_file":"string","source_type":"string","processing_details":"string"}'
Request example
{
"keyspace": "string",
"table": "string",
"raw_value": "string",
"source_file": "string",
"source_type": "string",
"processing_details": "string"
}
Response examples (200)
{
"keyspace": "string",
"table": "string",
"raw_value": "string",
"source_file": "string",
"source_type": "string",
"processing_details": "string"
}