Fetch Assistant from Provider

Fetches assistant name and system prompt from an external voice provider.

POST https://api.futureagi.com/simulate/api/agent-definition-operations/fetch_assistant_from_provider/

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Request body

assistant_id string Required

Assistant ID from the external provider’s platform.

api_key string Required

API key for the external voice provider.

provider string Required

Voice provider. Values: vapi, retell, eleven_labs, livekit, others.

Response

200 OK
status boolean
true on success.
result object

Assistant details from the provider.

assistant_id string
Assistant ID from the provider.
api_key string
Provider API key used.
provider string
Provider that was queried.

Errors

400 Bad Request Optional

Provider returned an error (invalid API key or assistant ID).

401 Unauthorized Optional

Invalid or missing API credentials.

422 Unprocessable Entity Optional

Missing or invalid request fields.

500 Internal Server Error Optional

Unexpected server error.

GET /
Authentication
REQUEST
 
RESPONSE