Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://yys-sqr-render-bsbe.onrender.com/api/records/{wm_id}/adopt \ --header 'Authorization: Bearer <token>'
{ "success": true, "card": { "watermark_id": "SQR-A1B2C", "template_id": "pharma", "claim_status": "unclaimed", "description": "<string>", "record_metadata": { "product_name": "Aspirin", "dosage": "100mg" }, "image_url": "<string>", "watermarked_image_url": "<string>", "scan_count": 0, "nft_token_id": 123, "mint_transaction_hash": "<string>", "owner_address": "<string>", "claimed_by": "<string>", "claim_transaction_hash": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "minted_at": "2023-11-07T05:31:56Z", "claimed_at": "2023-11-07T05:31:56Z" } }
Claim ownership of an unowned record. The record is assigned to the authenticated user.
Pass a Supabase JWT or a 48-character hex API key as a Bearer token.
Record adopted
Show child attributes