AFRIRESOLVE DEVELOPER API

Africa intelligence for developers.

AfriResolve helps applications understand African food terminology, names, aliases and related knowledge through a simple API and MCP tools.

Get started

Create your free API key

Get 100 free credits and start using the AfriResolve API immediately.

Create a free developer API key:

POST /v1/keys

Content-Type: application/json

{
  "name": "Your Name",
  "email": "you@example.com"
}

The response contains your API key. Store it securely because it is shown only once.

Authentication

x-api-key: afr_YOUR_API_KEY

or:

Authorization: Bearer afr_YOUR_API_KEY

Try the API



Enter your API key and click Resolve term.

Resolve African food terms

POST /v1/resolve

{
  "query": "acha"
}

Example: acha → Fonio.

Search

POST /v1/search

{
  "query": "grain"
}

Rank results

POST /v1/rank

{
  "query": "nigeria grain"
}

Pricing

Free

100 credits/month · $0

Developer

10,000 credits/month · $29

Pro

100,000 credits/month · $199

Enterprise

1,000,000 credits/month · $999

Endpoints

MCP

AfriResolve is also available through its production MCP endpoint.

https://afriresolve-mcp.afriresolve28.workers.dev/mcp

Built for developers, AI agents, researchers and applications that need structured African knowledge.