How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Altimate AI AI_STUDIO API

The AI_STUDIO API from Altimate AI — 22 operation(s) for ai_studio.

Altimate AI AI_STUDIO API is one of 123 APIs that Altimate AI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include AI Studio. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 30 operations across 22 paths, and defines 49 schemas. It is described by OpenAPI 3.2.0, at version 0.1.0.

Requests are made against a single base URL, https://api.myaltimate.com.

30 operations 22 paths 49 schemas 3 DELETE11 GET1 PATCH14 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.1.0
Base URL
https://api.myaltimate.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Altimate AI AI_STUDIO API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 30

Across 22 paths, the API surfaces 30 operations — 3 DELETE, 11 GET, 1 PATCH, 14 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

AI_STUDIO 30
GET
/studio/share/shared/{share_id}
View Shared Session
view_shared_session_studio_share_shared__share_id__get 1 param → 200422
POST
/studio/share
Create Share
create_share_studio_share_post body → 201422
GET
/studio/share
List Shares
list_shares_studio_share_get 1 param → 200422
GET
/studio/share/session/{session_id}
List Shares For Session
list_shares_for_session_studio_share_session__session_id__get 1 param → 200422
GET
/studio/share/{share_id}deprecated
Get Share
get_share_studio_share__share_id__get 1 param → 200422
DELETE
/studio/share/{share_id}
Delete Share
delete_share_studio_share__share_id__delete 1 param → 204422
POST
/studio/share/slack
Share To Slack
share_to_slack_studio_share_slack_post body → 200422
POST
/studio/schedules
Create Schedule Endpoint
create_schedule_endpoint_studio_schedules_post body → 201422
GET
/studio/schedules
List Schedules
list_schedules_studio_schedules_get 1 param → 200422
GET
/studio/schedules/{schedule_id}
Get Schedule Endpoint
get_schedule_endpoint_studio_schedules__schedule_id__get 1 param → 200422
PUT
/studio/schedules/{schedule_id}
Update Schedule Endpoint
update_schedule_endpoint_studio_schedules__schedule_id__put 1 param body → 200422
DELETE
/studio/schedules/{schedule_id}
Delete Schedule Endpoint
delete_schedule_endpoint_studio_schedules__schedule_id__delete 1 param → 204422
POST
/studio/schedules/{schedule_id}/toggle
Toggle Schedule
toggle_schedule_studio_schedules__schedule_id__toggle_post 1 param → 200422
POST
/studio/schedules/{schedule_id}/refresh-snapshot
Refresh Snapshot
refresh_snapshot_studio_schedules__schedule_id__refresh_snapshot_post 1 param → 200422
POST
/studio/schedules/{schedule_id}/send-now
Send Now Endpoint
send_now_endpoint_studio_schedules__schedule_id__send_now_post 1 param → 202422
GET
/studio/schedules/{schedule_id}/runs
Get Schedule Runs Endpoint
get_schedule_runs_endpoint_studio_schedules__schedule_id__runs_get 2 params → 200422
GET
/studio/sessions
Get Sessions
get_sessions_studio_sessions_get 5 params → 200422
PATCH
/studio/sessions/{session_id}
Update Session Status
update_session_status_studio_sessions__session_id__patch 2 params body → 200422
GET
/studio/sessions/{session_id}
Get Session By Id
get_session_by_id_studio_sessions__session_id__get 2 params → 200422
POST
/studio/ask
Ask Session
ask_session_studio_ask_post 1 param body → 200422
POST
/studio/prompt/enhance
Enhance Prompt
enhance_prompt_studio_prompt_enhance_post body → 200422
POST
/studio/session_to_pdf
Session To Pdf
session_to_pdf_studio_session_to_pdf_post 1 param body → 200422
POST
/studio/session_to_email_mailing_list
Session To Email Mailing List
session_to_email_mailing_list_studio_session_to_email_mailing_list_post 1 param body → 200422
POST
/studio/cancel
Cancel Session
cancel_session_studio_cancel_post 1 param body → 200422
GET
/studio/agents
List Agents
list_agents_studio_agents_get → 200
POST
/studio/agentsdeprecated
Create Or Update Agent
create_or_update_agent_studio_agents_post body → 200422
DELETE
/studio/agentsdeprecated
Delete Agent
delete_agent_studio_agents_delete body → 200422
GET
/studio/agents/{agent_name}
Get Agent
get_agent_studio_agents__agent_name__get 1 param → 200422
POST
/studio/agents/production/adddeprecated
Add Agent To Production
add_agent_to_production_studio_agents_production_add_post body → 200422
POST
/studio/agents/production/remove
Remove Agent From Production
remove_agent_from_production_studio_agents_production_remove_post body → 200422

Schemas 49

The contract defines 49 schemas that model the data the API accepts and returns. The most detailed are app__schemas__ai_playground__schedules__ScheduleResponse (16 properties), ShareLinkResponse (11 properties), app__schemas__ai_playground__schedules__ScheduleUpdateRequest (10 properties), app__schemas__ai_playground__schedules__ScheduleCreateRequest (10 properties). Each schema is shown below with its type and property counts.

Context
object
4 properties
SessionStatusUpdateResponse
object
2 properties 2 required
SessionStatusEnum
string
app__schemas__ai_playground__schedules__ScheduleListResponse
object
Response containing a list of schedules.
2 properties 2 required
SessionStatusUpdateRequest
object
1 property 1 required
ScheduleRunResponse
object
Response for a single schedule run.
8 properties 8 required
AgentListItem
object
5 properties 5 required
AllSessionResponse
object
5 properties 5 required
BaseResponse
object
app__schemas__ai_playground__schedules__ScheduleResponse
object
Response containing schedule details.
16 properties 13 required
SessionAskRequest
object
5 properties 4 required
UploadedFile
object
4 properties 4 required
ShareAccessType
string
Access type for share links.
app__schemas__ai_playground__schedules__ScheduleUpdateRequest
object
Request to update an existing schedule. slackwebhookid: - None (omitted) → leave webhook unchanged - 0 → clear the current webhook - any positive integer → set…
10 properties
RoleEnum
string
SessionLifecycleListFilter
string
ShareToSlackResponse
object
Response after sharing to Slack.
2 properties 1 required
CreateAgentRequest
object
3 properties 3 required
ContentScope
string
What content to include in the scheduled report.
HTTPValidationError
object
1 property
ScheduleRunsListResponse
object
Response containing a list of schedule runs.
2 properties 2 required
GetAgentResponse
object
5 properties 5 required
ContentType
string
ShareLinkListResponse
object
Response containing a list of share links.
2 properties 2 required
AddAgentToProductionRequest
object
1 property 1 required
ShareLinkResponse
object
Response containing share link details.
11 properties 9 required
CreateAgentResponse
object
3 properties 3 required
PromptEnhancementResponse
object
1 property 1 required
Attachment
object
10 properties 5 required
SessionResponse
object
2 properties 2 required
ChatBlock
object
5 properties 4 required
SharedSessionResponse
object
Response when viewing a shared session.
6 properties 5 required
ValidationError
object
3 properties 3 required
ScheduleFrequency
string
Predefined schedule frequencies.
SessionToPdfRequest
object
1 property 1 required
DeleteAgentRequest
object
1 property 1 required
ListAgentsResponse
object
1 property 1 required
app__schemas__ai_playground__schedules__ScheduleCreateRequest
object
Request to create a new scheduled report.
10 properties 2 required
RemoveAgentFromProductionRequest
object
1 property 1 required
app__schemas__ai_playground__ai_playground__AgentConfig
object
4 properties 1 required
EmailRecipientType
string
PromptEnhancementRequest
object
2 properties 2 required
Content
object
5 properties 3 required
DestinationType
string
How to deliver the scheduled report. Derived from destinationconfig at save time — MULTI means both emails and a Slack webhook are configured on the same sched…
ShareToSlackRequest
object
Request to share a Studio session to Slack via webhook.
2 properties 2 required
SessionLifecycleStatus
string
ShareLinkCreateRequest
object
Request to create a new share link.
6 properties 1 required
SessionToEmailRequest
object
4 properties 1 required
Session
object
8 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

altimate-ai-ai-studio-api-openapi.yml Raw ↑

Other APIs Altimate AI publishes across the network.

Altimate AI ACCOUNT_COSTS API
Altimate AI ade-bench API
Altimate AI AGENTS API
Altimate AI AI_PLAYGROUND API
Altimate AI AI_SERVICES API
Altimate AI ALERTS_V1 API
Altimate AI AUDIT_TRAIL API
Altimate AI AUTH API
Altimate AI Auth Health API
Altimate AI AZURE_DATABRICKS_CONNECTIONS API
Altimate AI Business Intelligence API
Altimate AI Chat API
Where this information came from

This is an independent, third-party profile of Altimate AI AI_STUDIO API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.