Skip to main content
The Developer API is in public beta. Sign in to Qoory to create a key, then use that key from a trusted client.

1. Create an API key

Open Developer settings, create a key, and copy the secret when it is shown. Qoory stores only a protected representation of the secret, so the full value cannot be displayed again.
Use keys from a server process or a trusted local client. Do not ship a key in browser JavaScript, a mobile binary, a public repository, or application logs.

2. Search one entity family

An optional types array narrows search to projects, funds, people, tokens, stocks, or X accounts. Search is bounded and does not return the whole entity database.

3. Follow a stable identifier

Use the returned slug or opaque identifier with a supported detail operation:
The response envelope includes data and meta. Keep meta.request_id when debugging, and inspect the credit and rate-limit metadata before scheduling concurrent work.

Next steps

Authentication

Choose scopes and manage the key lifecycle.

Requests and responses

Learn the shared envelope and metadata contract.