TheDocumentation Index
Fetch the complete documentation index at: https://developers.openalex.org/llms.txt
Use this file to discover all available pages before exploring further.
/text endpoint lets you tag free text with OpenAlex’s “aboutness” assignments: topics, keywords, and concepts.
Request format
Send atitle and optional abstract via GET or POST:
Available endpoints
| Endpoint | Returns |
|---|---|
/text/keywords | Keywords for your text |
/text/concepts | Concepts for your text |
/text | All of the above in one request |
Example response
Limits
| Constraint | Value |
|---|---|
| Text length | 20-2000 characters |
| Rate limit | 1 request per second |
| Cost | $0.01 per request |