Mansa Platform Docs

Web search

Search the public web and receive a summary with source URLs.

POST/v1/web-search

Request example

curl --fail-with-body "$MANSA_API_BASE_URL/v1/web-search" \
  -H "Authorization: Bearer $MANSA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "query": "Ghana renewable energy projects",
  "limit": 3
}'

Output

{
  "context": "ok",
  "data": {
    "query": "Ghana renewable energy projects",
    "summary": "1. Ghana Unveils West Africa's Largest Floating Solar Project\nThe pioneering 5-megawatt floating solar installation, situated on the Black Volta River, was engineered by Ghanaian engineers from the Bui Power Authority (BPA) ...\nhttps://africa-energy-portal.org/news/ghana-unveils-west-africas-largest-floating-solar-project\n\n2. Ghana's Renewable Energy Breakthrough: Floating Solar & More\nIn this exclusive interview from the ESI Africa Studio, Joseph Nkrumah, Assistant Manager of Project Development (Renewables) at Bui Power ...\nhttps://www.youtube.com/watch?v=Yf6ZG8sj0BU\n\n3. Ghana Energy Transition and Investment Plan\nFour main decarbonization technologies – renewables, low-carbon hydrogen, battery electric vehicles and clean cookstoves – would cover over 90% of the\nhttps://www.seforall.org/our-work/initiatives-projects/energy-transition-plans/ghana",
    "citations": [
      "https://africa-energy-portal.org/news/ghana-unveils-west-africas-largest-floating-solar-project",
      "https://www.youtube.com/watch?v=Yf6ZG8sj0BU",
      "https://www.seforall.org/our-work/initiatives-projects/energy-transition-plans/ghana"
    ]
  }
}

Search the public web and receive a short summary with source URLs.

Request fields

FieldTypeDefaultDescription
querystringRequiredA nonempty search query
limitinteger5Number of results, from 1 to 10

Read data.summary and data.citations. Check sources before relying on a claim.

To use search during a conversation, enable web_search on the Chat API.

Errors and billing

A temporary search failure returns service_unavailable. Each successful request debits Mansa Credits.