{"openapi":"3.1.0","info":{"title":"NERApi","description":"\n\nDSPy Signature: text -> entities\nModule: Predict\nAudience: NLP tools, CRM data enrichment, search engines","version":"1.0.0","contact":{"name":"Workers Empire","email":"api@golconda.uk","url":"https://golconda.uk"}},"servers":[{"url":"https://api-nerapi.blackorpheus.workers.dev"}],"paths":{"/generate":{"post":{"operationId":"nerapi__generate","summary":"","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"prompt":{"type":"string","description":""}},"required":["prompt"]}}}},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/health":{"get":{"operationId":"health","summary":"Health check","responses":{"200":{"description":"OK"}}}},"/pricing":{"get":{"operationId":"pricing","summary":"Pricing information","responses":{"200":{"description":"Pricing tiers"}}}}}}