Skip to main content
GET
/
metadata
Get Metadata
curl --request GET \
  --url https://api.inprocess.world/api/metadata
{
  "name": "Screenshot",
  "description": "",
  "image": "ar://gV14eh4vlzv1uVXLqFurgbpf9NXZqFSMxRBk2uO3J5o",
  "external_url": "",
  "animation_url": "ar://TV4yYVYJ7mwsDZ19h_YNQBtRbLVIr_WITsrBnHxxW30",
  "content": {
    "mime": "image/jpeg",
    "uri": "ar://TV4yYVYJ7mwsDZ19h_YNQBtRbLVIr_WITsrBnHxxW30"
  }
}
This endpoint is public and does not require authentication.

Example Usage

curl "https://api.inprocess.world/api/metadata?uri=ar://TV4yYVYJ7mwsDZ19h_YNQBtRbLVIr_WITsrBnHxxW30"
curl "https://api.inprocess.world/api/metadata?uri=ipfs://bafybeig..."

Example Response

{
  "name": "Screenshot",
  "description": "",
  "image": "ar://gV14eh4vlzv1uVXLqFurgbpf9NXZqFSMxRBk2uO3J5o",
  "external_url": "",
  "animation_url": "ar://TV4yYVYJ7mwsDZ19h_YNQBtRbLVIr_WITsrBnHxxW30",
  "content": {
    "mime": "image/jpeg",
    "uri": "ar://TV4yYVYJ7mwsDZ19h_YNQBtRbLVIr_WITsrBnHxxW30"
  }
}

Query Parameters

uri
string
required

The URI of the metadata to fetch. Supports IPFS (ipfs://) and Arweave (ar://) URIs.

Response

Metadata JSON returned successfully

name
string

Name of the token or asset

Example:

"Screenshot"

description
string

Description of the token or asset

Example:

""

image
string

Arweave or IPFS URI of the asset image

Example:

"ar://gV14eh4vlzv1uVXLqFurgbpf9NXZqFSMxRBk2uO3J5o"

external_url
string

External URL for the asset

Example:

""

animation_url
string

Arweave or IPFS URI of the animation or media file

Example:

"ar://TV4yYVYJ7mwsDZ19h_YNQBtRbLVIr_WITsrBnHxxW30"

content
object

Content metadata for the asset media