C
Crossref
/doi
Resolve DOI
Full metadata for a DOI.
liveverifieddegraded · 118ms
researchdoi
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run crossref /doi for me.
Input
| Field | Type | Description |
|---|---|---|
| doi* | string | DOI, e.g. 10.1038/nature12373 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"crossref","endpoint":"/doi","input":{"doi":"..."}}'cli
npx cracked-ai run -p crossref -e /doi -i '{"doi":"..."}'mcp
run_tool({ provider: "crossref", endpoint: "/doi", input: {"doi":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.