API Credentials
|
Company Needs Playground
Queue a Company Needs request and poll for summarized filing highlights using live API calls. Responses highlight recent filings that mention your requested topic.
Try the API
Request Builder
Response
Send a request to see the complete HTTP request/response details here...
Example Requests
Your API credentials are pre-filled. Click "Copy" to copy the command to your clipboard.
cURL Example
curl -X POST https://api.nyne.ai/company/needs \
-H "Content-Type: application/json" \
-H "X-API-Key: your_api_key_here" \
-H "X-API-Secret: your_api_secret_here" \
-d '{
"company_name": "Uber Technologies, Inc.",
"content": "Regulatory challenges",
"filing": "Form 10-K"
}'
POST https://example.com/webhooks/company-needs
Content-Type: application/json
{
"request_id": "coneeds_64f2d8e4_1700000456",
"status": "completed",
"result": {
"company": "Uber Technologies, Inc.",
"needs": [
{
"filing": "Form 10-K",
"content": "Notes increased regulatory compliance costs in multiple regions.",
"filing_date": "2025-02-14",
"source_url": "https://www.sec.gov/Archives/edgar/data/0001543151/000154315125000012/uber-20241231x10k.htm"
}
]
},
"created_at": "2025-11-10T22:32:03Z",
"completed_at": "2025-11-10T22:32:41Z"
}
Response Format
Completed requests return summaries scoped to recent filings:
{
"success": true,
"data": {
"request_id": "coneeds_64f2d8e4_1700000456",
"status": "completed",
"result": {
"company": "Uber Technologies, Inc.",
"needs": [
{
"filing": "Form 10-K",
"content": "Notes increased regulatory compliance costs in multiple regions.",
"filing_date": "2025-02-14",
"source_url": "https://www.sec.gov/Archives/edgar/data/0001543151/000154315125000012/uber-20241231x10k.htm"
}
],
"recent_filings_window_days": 180
},
"created_on": "2025-11-10T22:32:03Z",
"completed_on": "2025-11-10T22:32:41Z",
"callback_url": null
},
"timestamp": "2025-11-10T22:32:41Z"
}
Need Help?
Our support team is here to help you integrate and use our APIs effectively.
Email: support@nyne.com
Sales: sales@nyne.ai
Try EZ Tool for a simpler, no-code interface.