Updates ·

Access Tokens for API Access

Developers, you can now manage your own access tokens for API authentication! Try it out by visiting your Workspace Settings and navigating to Access Tokens. After you create and save your secret token, you can use it as a bearer credential in the standard Authorization HTTP request header.

curl https://api.namedgraph.com/toolkit.v0/structuredData.process \
  --header 'Authorization: Bearer ngw_KxP***1Zx \
  --form sourceFile=@example.html

Access tokens are a feature offered to workspaces with paid services. When using them to authenticate, the API requests count against your workspace's service-specific quotas.

We're looking forward to seeing more automated tasks relying on our API endpoints!

P.S. Most endpoints support anonymous access (limited with IP-based quotas) if you just want to experiment or test whether the API meets your requirements.