cURL
curl --request POST \ --url https://api.supersonic.cv/records/link \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "from_record_id": "<string>", "to_record_id": "<string>", "relation_type": "<string>" } '
{}
Documentation IndexFetch the complete documentation index at: https://docs.supersonic.cv/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.supersonic.cv/llms.txt
Use this file to discover all available pages before exploring further.
API key: supersonic_live_...
Relation type (default: 'related')
Success
The response is of type object.
object