ConsoleCatalog
Sign in
Andreessen Horowitz (a16z) logo

Andreessen Horowitz (a16z)

a16z.comBusiness Servicesno auth

Andreessen Horowitz - portfolio companies, investment announcements, and research.

Announcement Article Details

ASYNCREADNo auth

Returns an investment announcement's title, date, and full body text by slug.

ParametersFormJSON

URL path segment identifying the investment announcement (e.g. investing-in-exa)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_a16z_announcement_article_detail_ssr",
    "params": {
      "announcement_slug": "investing-in-exa"
    }
  }'