Get Data
- POSTWeb Page Content
- POSTWeb Page Screenshot
- POSTYouTube Video Transcript
- POSTYouTube Channel Data
- POSTGet Twitter Users
- POSTGet Company Earnings Info
- POSTGet Company Financial Profile
- POSTGet Domain Information
- POSTGoogle News Data
- POSTYouTube Search Results
- POSTSearch Results
- POSTGet Recent Tweets
- POSTGet LinkedIn Profile
- POSTFind LinkedIn Profile
- POSTGet LinkedIn Activity
- POSTEnrich Company Data
- POSTGet Bluesky Posts
- POSTSearch Bluesky Posts
- POSTGet Instagram Profile
- POSTGet Instagram Followers
Advanced
Create Output
Agent Discovery
Advanced
Invoke Agent
Trigger another agent to perform additional processing or data handling within workflows.
POST
/
action
/
invoke_agent
Copy
Ask AI
curl --request POST \
--url https://api-lr.agent.ai/v1/action/invoke_agent \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "deepseek-r1",
"input": "value"
}'
Copy
Ask AI
{
"response": "<think>\n\n</think>\n\nAI agents are autonomous entities that use artificial intelligence to perceive their environment, make decisions, and take actions to achieve specific goals. They operate with varying levels of autonomy, ranging from simple rule-based systems to complex, adaptive, and learning-based models. AI agents can be deployed across diverse applications, including software applications, robotics, and IoT devices, to perform tasks such as data analysis, decision-making, and interaction with humans.",
"status": 200
}
Authorizations
Bearer token from your account (https://agent.ai/user/settings#credits)
Body
application/json
Response
200 - application/json
API response
The response is of type object
.
Copy
Ask AI
curl --request POST \
--url https://api-lr.agent.ai/v1/action/invoke_agent \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "deepseek-r1",
"input": "value"
}'
Copy
Ask AI
{
"response": "<think>\n\n</think>\n\nAI agents are autonomous entities that use artificial intelligence to perceive their environment, make decisions, and take actions to achieve specific goals. They operate with varying levels of autonomy, ranging from simple rule-based systems to complex, adaptive, and learning-based models. AI agents can be deployed across diverse applications, including software applications, robotics, and IoT devices, to perform tasks such as data analysis, decision-making, and interaction with humans.",
"status": 200
}
Assistant
Responses are generated using AI and may contain mistakes.