# Sample - OpenAI API > Sample - OpenAI API API documentation ## Agents - [GET /agents](https://octri-xvbu6a9thez6.octri.dev/get-agents): List agents - [POST /agents](https://octri-xvbu6a9thez6.octri.dev/post-agents): Create an agent - [GET /agents/{agent_id}](https://octri-xvbu6a9thez6.octri.dev/get-agents-agent_id): Retrieve an agent - [POST /agents/{agent_id}](https://octri-xvbu6a9thez6.octri.dev/post-agents-agent_id): Update an agent - [DELETE /agents/{agent_id}](https://octri-xvbu6a9thez6.octri.dev/delete-agents-agent_id): Delete an agent - [GET /agents/environments/{environment_id}](https://octri-xvbu6a9thez6.octri.dev/get-agents-environments-environment_id): Retrieve an agent environment - [GET /agents/environments/{environment_id}/files](https://octri-xvbu6a9thez6.octri.dev/get-agents-environments-environment_id-files): List agent environment files - [POST /agents/environments/{environment_id}/files](https://octri-xvbu6a9thez6.octri.dev/post-agents-environments-environment_id-files): Create an agent environment file - [GET /agents/environments/templates](https://octri-xvbu6a9thez6.octri.dev/get-agents-environments-templates): List agent environment templates - [POST /agents/environments/templates](https://octri-xvbu6a9thez6.octri.dev/post-agents-environments-templates): Create an agent environment template - [GET /agents/environments/templates/{environment_template_id}](https://octri-xvbu6a9thez6.octri.dev/get-agents-environments-templates-environment_template_id): Retrieve an agent environment template - [POST /agents/environments/templates/{environment_template_id}](https://octri-xvbu6a9thez6.octri.dev/post-agents-environments-templates-environment_template_id): Update an agent environment template - [DELETE /agents/environments/templates/{environment_template_id}](https://octri-xvbu6a9thez6.octri.dev/delete-agents-environments-templates-environment_template_id): Delete an agent environment template - [GET /agents/sessions](https://octri-xvbu6a9thez6.octri.dev/get-agents-sessions): List agent sessions - [POST /agents/sessions](https://octri-xvbu6a9thez6.octri.dev/post-agents-sessions): Create an agent session - [GET /agents/sessions/{session_id}](https://octri-xvbu6a9thez6.octri.dev/get-agents-sessions-session_id): Retrieve an agent session - [POST /agents/sessions/{session_id}](https://octri-xvbu6a9thez6.octri.dev/post-agents-sessions-session_id): Update an agent session - [DELETE /agents/sessions/{session_id}](https://octri-xvbu6a9thez6.octri.dev/delete-agents-sessions-session_id): Delete an agent session - [GET /agents/sessions/{session_id}/artifacts](https://octri-xvbu6a9thez6.octri.dev/get-agents-sessions-session_id-artifacts): List agent session artifacts - [GET /agents/sessions/{session_id}/artifacts/{artifact_id}](https://octri-xvbu6a9thez6.octri.dev/get-agents-sessions-session_id-artifacts-artifact_id): Retrieve an agent session artifact - [DELETE /agents/sessions/{session_id}/artifacts/{artifact_id}](https://octri-xvbu6a9thez6.octri.dev/delete-agents-sessions-session_id-artifacts-artifact_id): Delete an agent session artifact - [GET /agents/sessions/{session_id}/artifacts/{artifact_id}/content](https://octri-xvbu6a9thez6.octri.dev/get-agents-sessions-session_id-artifacts-artifact_id-content): Retrieve agent session artifact content - [GET /agents/sessions/{session_id}/events](https://octri-xvbu6a9thez6.octri.dev/get-agents-sessions-session_id-events): Stream agent session events - [POST /agents/sessions/{session_id}/events](https://octri-xvbu6a9thez6.octri.dev/post-agents-sessions-session_id-events): Create agent session input events - [GET /agents/sessions/{session_id}/items](https://octri-xvbu6a9thez6.octri.dev/get-agents-sessions-session_id-items): List agent session items - [GET /agents/sessions/{session_id}/subagents](https://octri-xvbu6a9thez6.octri.dev/get-agents-sessions-session_id-subagents): List session subagents - [GET /agents/sessions/{session_id}/subagents/{subagent_id}](https://octri-xvbu6a9thez6.octri.dev/get-agents-sessions-session_id-subagents-subagent_id): Retrieve a session subagent - [GET /agents/sessions/{session_id}/subagents/{subagent_id}/items](https://octri-xvbu6a9thez6.octri.dev/get-agents-sessions-session_id-subagents-subagent_id-items): List subagent items - [GET /agents/sessions/{session_id}/subagents/{subagent_id}/turns](https://octri-xvbu6a9thez6.octri.dev/get-agents-sessions-session_id-subagents-subagent_id-turns): List subagent turns - [GET /agents/sessions/{session_id}/subagents/{subagent_id}/turns/{turn_id}](https://octri-xvbu6a9thez6.octri.dev/get-agents-sessions-session_id-subagents-subagent_id-turns-turn_id): Retrieve a subagent turn - [GET /agents/sessions/{session_id}/subagents/{subagent_id}/turns/{turn_id}/items](https://octri-xvbu6a9thez6.octri.dev/get-agents-sessions-session_id-subagents-subagent_id-turns-turn_id-items): List subagent turn items - [GET /agents/sessions/{session_id}/turns](https://octri-xvbu6a9thez6.octri.dev/get-agents-sessions-session_id-turns): List agent session turns - [GET /agents/sessions/{session_id}/turns/{turn_id}](https://octri-xvbu6a9thez6.octri.dev/get-agents-sessions-session_id-turns-turn_id): Retrieve an agent session turn ## Assistants - [GET /assistants](https://octri-xvbu6a9thez6.octri.dev/get-assistants): List assistants - [POST /assistants](https://octri-xvbu6a9thez6.octri.dev/post-assistants): Create an assistant - [GET /assistants/{assistant_id}](https://octri-xvbu6a9thez6.octri.dev/get-assistants-assistant_id): Retrieve an assistant - [POST /assistants/{assistant_id}](https://octri-xvbu6a9thez6.octri.dev/post-assistants-assistant_id): Modify an assistant - [DELETE /assistants/{assistant_id}](https://octri-xvbu6a9thez6.octri.dev/delete-assistants-assistant_id): Delete an assistant ## Audio - [POST /audio/speech](https://octri-xvbu6a9thez6.octri.dev/post-audio-speech): Create speech audio - [POST /audio/transcriptions](https://octri-xvbu6a9thez6.octri.dev/post-audio-transcriptions): Create an audio transcription - [POST /audio/translations](https://octri-xvbu6a9thez6.octri.dev/post-audio-translations): Create an audio translation - [GET /audio/voice_consents](https://octri-xvbu6a9thez6.octri.dev/get-audio-voice_consents): List voice consent recordings - [POST /audio/voice_consents](https://octri-xvbu6a9thez6.octri.dev/post-audio-voice_consents): Create a voice consent recording - [GET /audio/voice_consents/{consent_id}](https://octri-xvbu6a9thez6.octri.dev/get-audio-voice_consents-consent_id): Retrieve a voice consent recording - [POST /audio/voice_consents/{consent_id}](https://octri-xvbu6a9thez6.octri.dev/post-audio-voice_consents-consent_id): Update voice consent metadata - [DELETE /audio/voice_consents/{consent_id}](https://octri-xvbu6a9thez6.octri.dev/delete-audio-voice_consents-consent_id): Delete a voice consent recording - [POST /audio/voices](https://octri-xvbu6a9thez6.octri.dev/post-audio-voices): Create a custom voice ## Batches - [GET /batches](https://octri-xvbu6a9thez6.octri.dev/get-batches): List organization batches - [POST /batches](https://octri-xvbu6a9thez6.octri.dev/post-batches): Create and execute a batch - [GET /batches/{batch_id}](https://octri-xvbu6a9thez6.octri.dev/get-batches-batch_id): Retrieve a batch - [POST /batches/{batch_id}/cancel](https://octri-xvbu6a9thez6.octri.dev/post-batches-batch_id-cancel): Cancel batch ## Chat - [GET /chat/completions](https://octri-xvbu6a9thez6.octri.dev/get-chat-completions): List Chat Completions - [POST /chat/completions](https://octri-xvbu6a9thez6.octri.dev/post-chat-completions): Create a chat completion - [GET /chat/completions/{completion_id}](https://octri-xvbu6a9thez6.octri.dev/get-chat-completions-completion_id): Get chat completion - [POST /chat/completions/{completion_id}](https://octri-xvbu6a9thez6.octri.dev/post-chat-completions-completion_id): Update a stored chat completion - [DELETE /chat/completions/{completion_id}](https://octri-xvbu6a9thez6.octri.dev/delete-chat-completions-completion_id): Delete chat completion - [GET /chat/completions/{completion_id}/messages](https://octri-xvbu6a9thez6.octri.dev/get-chat-completions-completion_id-messages): Get chat messages ## Chatkit - [POST /chatkit/sessions](https://octri-xvbu6a9thez6.octri.dev/post-chatkit-sessions): Create a ChatKit session - [POST /chatkit/sessions/{session_id}/cancel](https://octri-xvbu6a9thez6.octri.dev/post-chatkit-sessions-session_id-cancel): Cancel a ChatKit session - [GET /chatkit/threads](https://octri-xvbu6a9thez6.octri.dev/get-chatkit-threads): List ChatKit threads - [GET /chatkit/threads/{thread_id}](https://octri-xvbu6a9thez6.octri.dev/get-chatkit-threads-thread_id): Retrieve a ChatKit thread - [DELETE /chatkit/threads/{thread_id}](https://octri-xvbu6a9thez6.octri.dev/delete-chatkit-threads-thread_id): Delete a ChatKit thread - [GET /chatkit/threads/{thread_id}/items](https://octri-xvbu6a9thez6.octri.dev/get-chatkit-threads-thread_id-items): List ChatKit thread items ## Completions - [POST /completions](https://octri-xvbu6a9thez6.octri.dev/post-completions): Create a text completion ## Containers - [GET /containers](https://octri-xvbu6a9thez6.octri.dev/get-containers): List containers - [POST /containers](https://octri-xvbu6a9thez6.octri.dev/post-containers): Create a container - [GET /containers/{container_id}](https://octri-xvbu6a9thez6.octri.dev/get-containers-container_id): Retrieve a container - [DELETE /containers/{container_id}](https://octri-xvbu6a9thez6.octri.dev/delete-containers-container_id): Delete a container - [GET /containers/{container_id}/files](https://octri-xvbu6a9thez6.octri.dev/get-containers-container_id-files): List files in a container - [POST /containers/{container_id}/files](https://octri-xvbu6a9thez6.octri.dev/post-containers-container_id-files): Create a file in a container - [GET /containers/{container_id}/files/{file_id}](https://octri-xvbu6a9thez6.octri.dev/get-containers-container_id-files-file_id): Retrieve a container file - [DELETE /containers/{container_id}/files/{file_id}](https://octri-xvbu6a9thez6.octri.dev/delete-containers-container_id-files-file_id): Delete a file from a container - [GET /containers/{container_id}/files/{file_id}/content](https://octri-xvbu6a9thez6.octri.dev/get-containers-container_id-files-file_id-content): Retrieve container file content ## Content_provenance_checks - [POST /content_provenance_checks](https://octri-xvbu6a9thez6.octri.dev/post-content_provenance_checks): Create content provenance check ## Conversations - [POST /conversations](https://octri-xvbu6a9thez6.octri.dev/post-conversations): Create a conversation - [GET /conversations/{conversation_id}](https://octri-xvbu6a9thez6.octri.dev/get-conversations-conversation_id): Retrieve a conversation - [POST /conversations/{conversation_id}](https://octri-xvbu6a9thez6.octri.dev/post-conversations-conversation_id): Update a conversation - [DELETE /conversations/{conversation_id}](https://octri-xvbu6a9thez6.octri.dev/delete-conversations-conversation_id): Delete a conversation - [GET /conversations/{conversation_id}/items](https://octri-xvbu6a9thez6.octri.dev/get-conversations-conversation_id-items): List conversation items - [POST /conversations/{conversation_id}/items](https://octri-xvbu6a9thez6.octri.dev/post-conversations-conversation_id-items): Create conversation items - [GET /conversations/{conversation_id}/items/{item_id}](https://octri-xvbu6a9thez6.octri.dev/get-conversations-conversation_id-items-item_id): Retrieve a conversation item - [DELETE /conversations/{conversation_id}/items/{item_id}](https://octri-xvbu6a9thez6.octri.dev/delete-conversations-conversation_id-items-item_id): Delete a conversation item ## Embeddings - [POST /embeddings](https://octri-xvbu6a9thez6.octri.dev/post-embeddings): Create text embeddings ## Evals - [GET /evals](https://octri-xvbu6a9thez6.octri.dev/get-evals): List project evaluations - [POST /evals](https://octri-xvbu6a9thez6.octri.dev/post-evals): Create an evaluation - [GET /evals/{eval_id}](https://octri-xvbu6a9thez6.octri.dev/get-evals-eval_id): Get an evaluation - [POST /evals/{eval_id}](https://octri-xvbu6a9thez6.octri.dev/post-evals-eval_id): Update an evaluation - [DELETE /evals/{eval_id}](https://octri-xvbu6a9thez6.octri.dev/delete-evals-eval_id): Delete an evaluation - [GET /evals/{eval_id}/runs](https://octri-xvbu6a9thez6.octri.dev/get-evals-eval_id-runs): List runs for an evaluation - [POST /evals/{eval_id}/runs](https://octri-xvbu6a9thez6.octri.dev/post-evals-eval_id-runs): Create an evaluation run - [GET /evals/{eval_id}/runs/{run_id}](https://octri-xvbu6a9thez6.octri.dev/get-evals-eval_id-runs-run_id): Get an evaluation run - [POST /evals/{eval_id}/runs/{run_id}](https://octri-xvbu6a9thez6.octri.dev/post-evals-eval_id-runs-run_id): Cancel an evaluation run - [DELETE /evals/{eval_id}/runs/{run_id}](https://octri-xvbu6a9thez6.octri.dev/delete-evals-eval_id-runs-run_id): Delete an evaluation run - [GET /evals/{eval_id}/runs/{run_id}/output_items](https://octri-xvbu6a9thez6.octri.dev/get-evals-eval_id-runs-run_id-output_items): List evaluation run output items - [GET /evals/{eval_id}/runs/{run_id}/output_items/{output_item_id}](https://octri-xvbu6a9thez6.octri.dev/get-evals-eval_id-runs-run_id-output_items-output_item_id): Get an eval run output item ## Files - [GET /files](https://octri-xvbu6a9thez6.octri.dev/get-files): List files - [POST /files](https://octri-xvbu6a9thez6.octri.dev/post-files): Upload a file - [GET /files/{file_id}](https://octri-xvbu6a9thez6.octri.dev/get-files-file_id): Retrieve a file - [DELETE /files/{file_id}](https://octri-xvbu6a9thez6.octri.dev/delete-files-file_id): Delete a file - [GET /files/{file_id}/content](https://octri-xvbu6a9thez6.octri.dev/get-files-file_id-content): Retrieve file content ## Fine_tuning - [POST /fine_tuning/alpha/graders/run](https://octri-xvbu6a9thez6.octri.dev/post-fine_tuning-alpha-graders-run): Run a grader - [POST /fine_tuning/alpha/graders/validate](https://octri-xvbu6a9thez6.octri.dev/post-fine_tuning-alpha-graders-validate): Validate a grader - [GET /fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions](https://octri-xvbu6a9thez6.octri.dev/get-fine_tuning-checkpoints-fine_tuned_model_checkpoint-permissions): List checkpoint permissions - [POST /fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions](https://octri-xvbu6a9thez6.octri.dev/post-fine_tuning-checkpoints-fine_tuned_model_checkpoint-permissions): Create checkpoint permissions - [DELETE /fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions/{permission_id}](https://octri-xvbu6a9thez6.octri.dev/delete-fine_tuning-checkpoints-fine_tuned_model_checkpoint-permissions-permission_id): Delete a fine-tuning checkpoint permission - [GET /fine_tuning/jobs](https://octri-xvbu6a9thez6.octri.dev/get-fine_tuning-jobs): List fine-tuning jobs - [POST /fine_tuning/jobs](https://octri-xvbu6a9thez6.octri.dev/post-fine_tuning-jobs): Create a fine-tuning job - [GET /fine_tuning/jobs/{fine_tuning_job_id}](https://octri-xvbu6a9thez6.octri.dev/get-fine_tuning-jobs-fine_tuning_job_id): Retrieve a fine-tuning job - [POST /fine_tuning/jobs/{fine_tuning_job_id}/cancel](https://octri-xvbu6a9thez6.octri.dev/post-fine_tuning-jobs-fine_tuning_job_id-cancel): Cancel a fine-tuning job - [GET /fine_tuning/jobs/{fine_tuning_job_id}/checkpoints](https://octri-xvbu6a9thez6.octri.dev/get-fine_tuning-jobs-fine_tuning_job_id-checkpoints): List fine-tuning job checkpoints - [GET /fine_tuning/jobs/{fine_tuning_job_id}/events](https://octri-xvbu6a9thez6.octri.dev/get-fine_tuning-jobs-fine_tuning_job_id-events): List fine-tuning job events - [POST /fine_tuning/jobs/{fine_tuning_job_id}/pause](https://octri-xvbu6a9thez6.octri.dev/post-fine_tuning-jobs-fine_tuning_job_id-pause): Pause a fine-tuning job - [POST /fine_tuning/jobs/{fine_tuning_job_id}/resume](https://octri-xvbu6a9thez6.octri.dev/post-fine_tuning-jobs-fine_tuning_job_id-resume): Resume a fine-tuning job ## Images - [POST /images/edits](https://octri-xvbu6a9thez6.octri.dev/post-images-edits): Create an image edit - [POST /images/generations](https://octri-xvbu6a9thez6.octri.dev/post-images-generations): Create an image - [POST /images/variations](https://octri-xvbu6a9thez6.octri.dev/post-images-variations): Create an image variation ## Live - [POST /live/sessions](https://octri-xvbu6a9thez6.octri.dev/post-live-sessions): Create session - [POST /live/sessions/{session_id}/accept](https://octri-xvbu6a9thez6.octri.dev/post-live-sessions-session_id-accept): Accept call - [GET /live/sessions/{session_id}/content](https://octri-xvbu6a9thez6.octri.dev/get-live-sessions-session_id-content): Download a Live session recording - [POST /live/sessions/{session_id}/fork](https://octri-xvbu6a9thez6.octri.dev/post-live-sessions-session_id-fork): Fork session - [POST /live/sessions/{session_id}/hangup](https://octri-xvbu6a9thez6.octri.dev/post-live-sessions-session_id-hangup): Hang up a Live session - [POST /live/sessions/{session_id}/refer](https://octri-xvbu6a9thez6.octri.dev/post-live-sessions-session_id-refer): Transfer call - [POST /live/sessions/{session_id}/reject](https://octri-xvbu6a9thez6.octri.dev/post-live-sessions-session_id-reject): Reject call ## Models - [GET /models](https://octri-xvbu6a9thez6.octri.dev/get-models): List available models - [GET /models/{model}](https://octri-xvbu6a9thez6.octri.dev/get-models-model): Retrieve a model - [DELETE /models/{model}](https://octri-xvbu6a9thez6.octri.dev/delete-models-model): Delete a fine-tuned model ## Moderations - [POST /moderations](https://octri-xvbu6a9thez6.octri.dev/post-moderations): Create a content moderation request ## Organization - [GET /organization/admin_api_keys](https://octri-xvbu6a9thez6.octri.dev/get-organization-admin_api_keys): List organization and project API keys - [POST /organization/admin_api_keys](https://octri-xvbu6a9thez6.octri.dev/post-organization-admin_api_keys): Create an organization admin API key - [GET /organization/admin_api_keys/{key_id}](https://octri-xvbu6a9thez6.octri.dev/get-organization-admin_api_keys-key_id): Retrieve an organization admin API key - [DELETE /organization/admin_api_keys/{key_id}](https://octri-xvbu6a9thez6.octri.dev/delete-organization-admin_api_keys-key_id): Delete an organization admin API key - [GET /organization/audit_logs](https://octri-xvbu6a9thez6.octri.dev/get-organization-audit_logs): List audit logs - [GET /organization/certificates](https://octri-xvbu6a9thez6.octri.dev/get-organization-certificates): List organization certificates - [POST /organization/certificates](https://octri-xvbu6a9thez6.octri.dev/post-organization-certificates): Upload certificate - [GET /organization/certificates/{certificate_id}](https://octri-xvbu6a9thez6.octri.dev/get-organization-certificates-certificate_id): Get certificate - [POST /organization/certificates/{certificate_id}](https://octri-xvbu6a9thez6.octri.dev/post-organization-certificates-certificate_id): Modify certificate - [DELETE /organization/certificates/{certificate_id}](https://octri-xvbu6a9thez6.octri.dev/delete-organization-certificates-certificate_id): Delete certificate - [POST /organization/certificates/activate](https://octri-xvbu6a9thez6.octri.dev/post-organization-certificates-activate): Activate organization certificates - [POST /organization/certificates/deactivate](https://octri-xvbu6a9thez6.octri.dev/post-organization-certificates-deactivate): Deactivate organization certificates - [GET /organization/costs](https://octri-xvbu6a9thez6.octri.dev/get-organization-costs): List organization costs - [GET /organization/data_retention](https://octri-xvbu6a9thez6.octri.dev/get-organization-data_retention): Retrieve organization data retention - [POST /organization/data_retention](https://octri-xvbu6a9thez6.octri.dev/post-organization-data_retention): Update organization data retention - [GET /organization/groups](https://octri-xvbu6a9thez6.octri.dev/get-organization-groups): List organization groups - [POST /organization/groups](https://octri-xvbu6a9thez6.octri.dev/post-organization-groups): Create an organization group - [GET /organization/groups/{group_id}](https://octri-xvbu6a9thez6.octri.dev/get-organization-groups-group_id): Retrieve an organization group - [POST /organization/groups/{group_id}](https://octri-xvbu6a9thez6.octri.dev/post-organization-groups-group_id): Update a group - [DELETE /organization/groups/{group_id}](https://octri-xvbu6a9thez6.octri.dev/delete-organization-groups-group_id): Delete a group - [GET /organization/groups/{group_id}/roles](https://octri-xvbu6a9thez6.octri.dev/get-organization-groups-group_id-roles): List group organization role assignments - [POST /organization/groups/{group_id}/roles](https://octri-xvbu6a9thez6.octri.dev/post-organization-groups-group_id-roles): Assign organization role to group - [GET /organization/groups/{group_id}/roles/{role_id}](https://octri-xvbu6a9thez6.octri.dev/get-organization-groups-group_id-roles-role_id): Retrieve group organization role - [DELETE /organization/groups/{group_id}/roles/{role_id}](https://octri-xvbu6a9thez6.octri.dev/delete-organization-groups-group_id-roles-role_id): Unassign organization role from group - [GET /organization/groups/{group_id}/users](https://octri-xvbu6a9thez6.octri.dev/get-organization-groups-group_id-users): List users in a group - [POST /organization/groups/{group_id}/users](https://octri-xvbu6a9thez6.octri.dev/post-organization-groups-group_id-users): Add a user to a group - [GET /organization/groups/{group_id}/users/{user_id}](https://octri-xvbu6a9thez6.octri.dev/get-organization-groups-group_id-users-user_id): Retrieve a user from a group - [DELETE /organization/groups/{group_id}/users/{user_id}](https://octri-xvbu6a9thez6.octri.dev/delete-organization-groups-group_id-users-user_id): Remove a user from a group - [GET /organization/invites](https://octri-xvbu6a9thez6.octri.dev/get-organization-invites): List organization invites - [POST /organization/invites](https://octri-xvbu6a9thez6.octri.dev/post-organization-invites): Create invite - [GET /organization/invites/{invite_id}](https://octri-xvbu6a9thez6.octri.dev/get-organization-invites-invite_id): Retrieve an organization invite - [DELETE /organization/invites/{invite_id}](https://octri-xvbu6a9thez6.octri.dev/delete-organization-invites-invite_id): Delete invite - [GET /organization/projects](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects): List organization projects - [POST /organization/projects](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects): Create project - [GET /organization/projects/{project_id}](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects-project_id): Retrieve an organization project - [POST /organization/projects/{project_id}](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects-project_id): Update an organization project - [GET /organization/projects/{project_id}/api_keys](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects-project_id-api_keys): List project API keys - [GET /organization/projects/{project_id}/api_keys/{api_key_id}](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects-project_id-api_keys-api_key_id): Retrieve a project API key - [DELETE /organization/projects/{project_id}/api_keys/{api_key_id}](https://octri-xvbu6a9thez6.octri.dev/delete-organization-projects-project_id-api_keys-api_key_id): Delete project API key - [POST /organization/projects/{project_id}/archive](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects-project_id-archive): Archive project - [GET /organization/projects/{project_id}/certificates](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects-project_id-certificates): List project certificates - [POST /organization/projects/{project_id}/certificates/activate](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects-project_id-certificates-activate): Activate project certificates - [POST /organization/projects/{project_id}/certificates/deactivate](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects-project_id-certificates-deactivate): Deactivate project certificates - [GET /organization/projects/{project_id}/data_retention](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects-project_id-data_retention): Retrieve project data retention - [POST /organization/projects/{project_id}/data_retention](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects-project_id-data_retention): Update project data retention - [GET /organization/projects/{project_id}/groups](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects-project_id-groups): List project groups - [POST /organization/projects/{project_id}/groups](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects-project_id-groups): Add a group to a project - [GET /organization/projects/{project_id}/groups/{group_id}](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects-project_id-groups-group_id): Retrieve a project group - [DELETE /organization/projects/{project_id}/groups/{group_id}](https://octri-xvbu6a9thez6.octri.dev/delete-organization-projects-project_id-groups-group_id): Remove a group from a project - [GET /organization/projects/{project_id}/hosted_tool_permissions](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects-project_id-hosted_tool_permissions): Retrieve project hosted tool permissions - [POST /organization/projects/{project_id}/hosted_tool_permissions](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects-project_id-hosted_tool_permissions): Modify project hosted tool permissions - [GET /organization/projects/{project_id}/model_permissions](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects-project_id-model_permissions): Retrieve project model permissions - [POST /organization/projects/{project_id}/model_permissions](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects-project_id-model_permissions): Modify project model permissions - [DELETE /organization/projects/{project_id}/model_permissions](https://octri-xvbu6a9thez6.octri.dev/delete-organization-projects-project_id-model_permissions): Delete project model permissions - [GET /organization/projects/{project_id}/rate_limits](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects-project_id-rate_limits): List project rate limits - [POST /organization/projects/{project_id}/rate_limits/{rate_limit_id}](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects-project_id-rate_limits-rate_limit_id): Modify a project rate limit - [GET /organization/projects/{project_id}/service_accounts](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects-project_id-service_accounts): List project service accounts - [POST /organization/projects/{project_id}/service_accounts](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects-project_id-service_accounts): Create a project service account - [GET /organization/projects/{project_id}/service_accounts/{service_account_id}](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects-project_id-service_accounts-service_account_id): Retrieve a project service account - [POST /organization/projects/{project_id}/service_accounts/{service_account_id}](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects-project_id-service_accounts-service_account_id): Update a project service account - [DELETE /organization/projects/{project_id}/service_accounts/{service_account_id}](https://octri-xvbu6a9thez6.octri.dev/delete-organization-projects-project_id-service_accounts-service_account_id): Delete project service account - [POST /organization/projects/{project_id}/service_accounts/{service_account_id}/api_keys](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects-project_id-service_accounts-service_account_id-api_keys): Create an API key for a service account - [GET /organization/projects/{project_id}/spend_alerts](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects-project_id-spend_alerts): List project spend alerts - [POST /organization/projects/{project_id}/spend_alerts](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects-project_id-spend_alerts): Create a project spend alert - [GET /organization/projects/{project_id}/spend_alerts/{alert_id}](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects-project_id-spend_alerts-alert_id): Retrieve a project spend alert - [POST /organization/projects/{project_id}/spend_alerts/{alert_id}](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects-project_id-spend_alerts-alert_id): Update a project spend alert - [DELETE /organization/projects/{project_id}/spend_alerts/{alert_id}](https://octri-xvbu6a9thez6.octri.dev/delete-organization-projects-project_id-spend_alerts-alert_id): Delete a project spend alert - [GET /organization/projects/{project_id}/spend_limit](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects-project_id-spend_limit): Get the project spend limit - [POST /organization/projects/{project_id}/spend_limit](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects-project_id-spend_limit): Update the project spend limit - [DELETE /organization/projects/{project_id}/spend_limit](https://octri-xvbu6a9thez6.octri.dev/delete-organization-projects-project_id-spend_limit): Delete the project spend limit - [GET /organization/projects/{project_id}/users](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects-project_id-users): List project users - [POST /organization/projects/{project_id}/users](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects-project_id-users): Create project user - [GET /organization/projects/{project_id}/users/{user_id}](https://octri-xvbu6a9thez6.octri.dev/get-organization-projects-project_id-users-user_id): Retrieve a project user - [POST /organization/projects/{project_id}/users/{user_id}](https://octri-xvbu6a9thez6.octri.dev/post-organization-projects-project_id-users-user_id): Modify a project user's role - [DELETE /organization/projects/{project_id}/users/{user_id}](https://octri-xvbu6a9thez6.octri.dev/delete-organization-projects-project_id-users-user_id): Delete project user - [GET /organization/roles](https://octri-xvbu6a9thez6.octri.dev/get-organization-roles): List organization roles - [POST /organization/roles](https://octri-xvbu6a9thez6.octri.dev/post-organization-roles): Create an organization role - [GET /organization/roles/{role_id}](https://octri-xvbu6a9thez6.octri.dev/get-organization-roles-role_id): Retrieve an organization role - [POST /organization/roles/{role_id}](https://octri-xvbu6a9thez6.octri.dev/post-organization-roles-role_id): Update an organization role - [DELETE /organization/roles/{role_id}](https://octri-xvbu6a9thez6.octri.dev/delete-organization-roles-role_id): Delete an organization role - [GET /organization/spend_alerts](https://octri-xvbu6a9thez6.octri.dev/get-organization-spend_alerts): List organization spend alerts - [POST /organization/spend_alerts](https://octri-xvbu6a9thez6.octri.dev/post-organization-spend_alerts): Create an organization spend alert - [GET /organization/spend_alerts/{alert_id}](https://octri-xvbu6a9thez6.octri.dev/get-organization-spend_alerts-alert_id): Retrieve an organization spend alert - [POST /organization/spend_alerts/{alert_id}](https://octri-xvbu6a9thez6.octri.dev/post-organization-spend_alerts-alert_id): Update an organization spend alert - [DELETE /organization/spend_alerts/{alert_id}](https://octri-xvbu6a9thez6.octri.dev/delete-organization-spend_alerts-alert_id): Delete an organization spend alert - [GET /organization/spend_limit](https://octri-xvbu6a9thez6.octri.dev/get-organization-spend_limit): Get the organization spend limit - [POST /organization/spend_limit](https://octri-xvbu6a9thez6.octri.dev/post-organization-spend_limit): Update organization spend limit - [DELETE /organization/spend_limit](https://octri-xvbu6a9thez6.octri.dev/delete-organization-spend_limit): Delete the organization spend limit - [GET /organization/usage/audio_speeches](https://octri-xvbu6a9thez6.octri.dev/get-organization-usage-audio_speeches): Audio speeches - [GET /organization/usage/audio_transcriptions](https://octri-xvbu6a9thez6.octri.dev/get-organization-usage-audio_transcriptions): Audio transcriptions - [GET /organization/usage/code_interpreter_sessions](https://octri-xvbu6a9thez6.octri.dev/get-organization-usage-code_interpreter_sessions): Code interpreter sessions - [GET /organization/usage/completions](https://octri-xvbu6a9thez6.octri.dev/get-organization-usage-completions): Completions - [GET /organization/usage/embeddings](https://octri-xvbu6a9thez6.octri.dev/get-organization-usage-embeddings): Embeddings - [GET /organization/usage/file_search_calls](https://octri-xvbu6a9thez6.octri.dev/get-organization-usage-file_search_calls): File search calls - [GET /organization/usage/images](https://octri-xvbu6a9thez6.octri.dev/get-organization-usage-images): List organization image usage - [GET /organization/usage/moderations](https://octri-xvbu6a9thez6.octri.dev/get-organization-usage-moderations): Moderations - [GET /organization/usage/vector_stores](https://octri-xvbu6a9thez6.octri.dev/get-organization-usage-vector_stores): Vector stores - [GET /organization/usage/web_search_calls](https://octri-xvbu6a9thez6.octri.dev/get-organization-usage-web_search_calls): Web search calls - [GET /organization/users](https://octri-xvbu6a9thez6.octri.dev/get-organization-users): List organization users - [GET /organization/users/{user_id}](https://octri-xvbu6a9thez6.octri.dev/get-organization-users-user_id): Retrieve an organization user - [POST /organization/users/{user_id}](https://octri-xvbu6a9thez6.octri.dev/post-organization-users-user_id): Modify an organization user's role - [DELETE /organization/users/{user_id}](https://octri-xvbu6a9thez6.octri.dev/delete-organization-users-user_id): Delete an organization user - [GET /organization/users/{user_id}/roles](https://octri-xvbu6a9thez6.octri.dev/get-organization-users-user_id-roles): List user organization role assignments - [POST /organization/users/{user_id}/roles](https://octri-xvbu6a9thez6.octri.dev/post-organization-users-user_id-roles): Assign organization role to user - [GET /organization/users/{user_id}/roles/{role_id}](https://octri-xvbu6a9thez6.octri.dev/get-organization-users-user_id-roles-role_id): Retrieve user organization role - [DELETE /organization/users/{user_id}/roles/{role_id}](https://octri-xvbu6a9thez6.octri.dev/delete-organization-users-user_id-roles-role_id): Unassign organization role from user ## Projects - [GET /projects/{project_id}/groups/{group_id}/roles](https://octri-xvbu6a9thez6.octri.dev/get-projects-project_id-groups-group_id-roles): List project group role assignments - [POST /projects/{project_id}/groups/{group_id}/roles](https://octri-xvbu6a9thez6.octri.dev/post-projects-project_id-groups-group_id-roles): Assign project role to group - [GET /projects/{project_id}/groups/{group_id}/roles/{role_id}](https://octri-xvbu6a9thez6.octri.dev/get-projects-project_id-groups-group_id-roles-role_id): Retrieve a project group role - [DELETE /projects/{project_id}/groups/{group_id}/roles/{role_id}](https://octri-xvbu6a9thez6.octri.dev/delete-projects-project_id-groups-group_id-roles-role_id): Unassign project role from group - [GET /projects/{project_id}/roles](https://octri-xvbu6a9thez6.octri.dev/get-projects-project_id-roles): List project roles - [POST /projects/{project_id}/roles](https://octri-xvbu6a9thez6.octri.dev/post-projects-project_id-roles): Create a project role - [GET /projects/{project_id}/roles/{role_id}](https://octri-xvbu6a9thez6.octri.dev/get-projects-project_id-roles-role_id): Retrieve a project role - [POST /projects/{project_id}/roles/{role_id}](https://octri-xvbu6a9thez6.octri.dev/post-projects-project_id-roles-role_id): Update a project role - [DELETE /projects/{project_id}/roles/{role_id}](https://octri-xvbu6a9thez6.octri.dev/delete-projects-project_id-roles-role_id): Delete a project role - [GET /projects/{project_id}/users/{user_id}/roles](https://octri-xvbu6a9thez6.octri.dev/get-projects-project_id-users-user_id-roles): List project user role assignments - [POST /projects/{project_id}/users/{user_id}/roles](https://octri-xvbu6a9thez6.octri.dev/post-projects-project_id-users-user_id-roles): Assign project role to user - [GET /projects/{project_id}/users/{user_id}/roles/{role_id}](https://octri-xvbu6a9thez6.octri.dev/get-projects-project_id-users-user_id-roles-role_id): Retrieve a project user role - [DELETE /projects/{project_id}/users/{user_id}/roles/{role_id}](https://octri-xvbu6a9thez6.octri.dev/delete-projects-project_id-users-user_id-roles-role_id): Unassign project role from user ## Realtime - [POST /realtime/calls](https://octri-xvbu6a9thez6.octri.dev/post-realtime-calls): Create call - [POST /realtime/calls/{call_id}/accept](https://octri-xvbu6a9thez6.octri.dev/post-realtime-calls-call_id-accept): Accept an incoming SIP call - [POST /realtime/calls/{call_id}/hangup](https://octri-xvbu6a9thez6.octri.dev/post-realtime-calls-call_id-hangup): Hang up call - [POST /realtime/calls/{call_id}/refer](https://octri-xvbu6a9thez6.octri.dev/post-realtime-calls-call_id-refer): Refer call - [POST /realtime/calls/{call_id}/reject](https://octri-xvbu6a9thez6.octri.dev/post-realtime-calls-call_id-reject): Reject call - [POST /realtime/client_secrets](https://octri-xvbu6a9thez6.octri.dev/post-realtime-client_secrets): Create client secret - [POST /realtime/sessions](https://octri-xvbu6a9thez6.octri.dev/post-realtime-sessions): Create a Realtime session - [POST /realtime/transcription_sessions](https://octri-xvbu6a9thez6.octri.dev/post-realtime-transcription_sessions): Create transcription session - [POST /realtime/translations/client_secrets](https://octri-xvbu6a9thez6.octri.dev/post-realtime-translations-client_secrets): Create translation client secret ## Responses - [POST /responses](https://octri-xvbu6a9thez6.octri.dev/post-responses): Create a model response - [GET /responses/{response_id}](https://octri-xvbu6a9thez6.octri.dev/get-responses-response_id): Get a model response - [DELETE /responses/{response_id}](https://octri-xvbu6a9thez6.octri.dev/delete-responses-response_id): Delete a model response - [GET /responses/{response_id}?beta=true](https://octri-xvbu6a9thez6.octri.dev/get-responses-response_id-?beta=true): Get a model response - [DELETE /responses/{response_id}?beta=true](https://octri-xvbu6a9thez6.octri.dev/delete-responses-response_id-?beta=true): Delete a model response - [POST /responses/{response_id}/cancel](https://octri-xvbu6a9thez6.octri.dev/post-responses-response_id-cancel): Cancel a background response - [POST /responses/{response_id}/cancel?beta=true](https://octri-xvbu6a9thez6.octri.dev/post-responses-response_id-cancel?beta=true): Cancel a background model response - [GET /responses/{response_id}/input_items](https://octri-xvbu6a9thez6.octri.dev/get-responses-response_id-input_items): List response input items - [GET /responses/{response_id}/input_items?beta=true](https://octri-xvbu6a9thez6.octri.dev/get-responses-response_id-input_items?beta=true): List response input items - [POST /responses/compact](https://octri-xvbu6a9thez6.octri.dev/post-responses-compact): Compact a conversation - [POST /responses/compact?beta=true](https://octri-xvbu6a9thez6.octri.dev/post-responses-compact?beta=true): Compact a conversation - [POST /responses/input_tokens](https://octri-xvbu6a9thez6.octri.dev/post-responses-input_tokens): Get input token counts - [POST /responses/input_tokens?beta=true](https://octri-xvbu6a9thez6.octri.dev/post-responses-input_tokens?beta=true): Get input token counts ## Responses?beta=true - [POST /responses?beta=true](https://octri-xvbu6a9thez6.octri.dev/post-responses?beta=true): Create a model response ## Safety - [GET /safety/alerts/{id}](https://octri-xvbu6a9thez6.octri.dev/get-safety-alerts-id): Get project safety alert ## Skills - [GET /skills](https://octri-xvbu6a9thez6.octri.dev/get-skills): List skills - [POST /skills](https://octri-xvbu6a9thez6.octri.dev/post-skills): Create a skill - [GET /skills/{skill_id}](https://octri-xvbu6a9thez6.octri.dev/get-skills-skill_id): Get a skill - [POST /skills/{skill_id}](https://octri-xvbu6a9thez6.octri.dev/post-skills-skill_id): Update a skill's default version - [DELETE /skills/{skill_id}](https://octri-xvbu6a9thez6.octri.dev/delete-skills-skill_id): Delete a skill - [GET /skills/{skill_id}/content](https://octri-xvbu6a9thez6.octri.dev/get-skills-skill_id-content): Download skill content - [GET /skills/{skill_id}/versions](https://octri-xvbu6a9thez6.octri.dev/get-skills-skill_id-versions): List skill versions - [POST /skills/{skill_id}/versions](https://octri-xvbu6a9thez6.octri.dev/post-skills-skill_id-versions): Create a skill version - [GET /skills/{skill_id}/versions/{version}](https://octri-xvbu6a9thez6.octri.dev/get-skills-skill_id-versions-version): Get a skill version - [DELETE /skills/{skill_id}/versions/{version}](https://octri-xvbu6a9thez6.octri.dev/delete-skills-skill_id-versions-version): Delete a skill version - [GET /skills/{skill_id}/versions/{version}/content](https://octri-xvbu6a9thez6.octri.dev/get-skills-skill_id-versions-version-content): Download skill version content ## Threads - [POST /threads](https://octri-xvbu6a9thez6.octri.dev/post-threads): Create a thread - [GET /threads/{thread_id}](https://octri-xvbu6a9thez6.octri.dev/get-threads-thread_id): Retrieve a thread - [POST /threads/{thread_id}](https://octri-xvbu6a9thez6.octri.dev/post-threads-thread_id): Modify a thread - [DELETE /threads/{thread_id}](https://octri-xvbu6a9thez6.octri.dev/delete-threads-thread_id): Delete a thread - [GET /threads/{thread_id}/messages](https://octri-xvbu6a9thez6.octri.dev/get-threads-thread_id-messages): List messages in a thread - [POST /threads/{thread_id}/messages](https://octri-xvbu6a9thez6.octri.dev/post-threads-thread_id-messages): Create a message in a thread - [GET /threads/{thread_id}/messages/{message_id}](https://octri-xvbu6a9thez6.octri.dev/get-threads-thread_id-messages-message_id): Retrieve a thread message - [POST /threads/{thread_id}/messages/{message_id}](https://octri-xvbu6a9thez6.octri.dev/post-threads-thread_id-messages-message_id): Modify a thread message - [DELETE /threads/{thread_id}/messages/{message_id}](https://octri-xvbu6a9thez6.octri.dev/delete-threads-thread_id-messages-message_id): Delete a thread message - [GET /threads/{thread_id}/runs](https://octri-xvbu6a9thez6.octri.dev/get-threads-thread_id-runs): List runs in a thread - [POST /threads/{thread_id}/runs](https://octri-xvbu6a9thez6.octri.dev/post-threads-thread_id-runs): Create a run for a thread - [GET /threads/{thread_id}/runs/{run_id}](https://octri-xvbu6a9thez6.octri.dev/get-threads-thread_id-runs-run_id): Retrieve a thread run - [POST /threads/{thread_id}/runs/{run_id}](https://octri-xvbu6a9thez6.octri.dev/post-threads-thread_id-runs-run_id): Modify a thread run - [POST /threads/{thread_id}/runs/{run_id}/cancel](https://octri-xvbu6a9thez6.octri.dev/post-threads-thread_id-runs-run_id-cancel): Cancel a thread run - [GET /threads/{thread_id}/runs/{run_id}/steps](https://octri-xvbu6a9thez6.octri.dev/get-threads-thread_id-runs-run_id-steps): List the steps in a run - [GET /threads/{thread_id}/runs/{run_id}/steps/{step_id}](https://octri-xvbu6a9thez6.octri.dev/get-threads-thread_id-runs-run_id-steps-step_id): Retrieve a run step - [POST /threads/{thread_id}/runs/{run_id}/submit_tool_outputs](https://octri-xvbu6a9thez6.octri.dev/post-threads-thread_id-runs-run_id-submit_tool_outputs): Submit tool outputs to a run - [POST /threads/runs](https://octri-xvbu6a9thez6.octri.dev/post-threads-runs): Create a thread and run ## Uploads - [POST /uploads](https://octri-xvbu6a9thez6.octri.dev/post-uploads): Create an upload - [POST /uploads/{upload_id}/cancel](https://octri-xvbu6a9thez6.octri.dev/post-uploads-upload_id-cancel): Cancel an upload - [POST /uploads/{upload_id}/complete](https://octri-xvbu6a9thez6.octri.dev/post-uploads-upload_id-complete): Complete an upload - [POST /uploads/{upload_id}/parts](https://octri-xvbu6a9thez6.octri.dev/post-uploads-upload_id-parts): Add a part to an upload ## Vaults - [GET /vaults](https://octri-xvbu6a9thez6.octri.dev/get-vaults): List vaults - [POST /vaults](https://octri-xvbu6a9thez6.octri.dev/post-vaults): Create a vault - [GET /vaults/{vault_id}](https://octri-xvbu6a9thez6.octri.dev/get-vaults-vault_id): Retrieve a vault - [DELETE /vaults/{vault_id}](https://octri-xvbu6a9thez6.octri.dev/delete-vaults-vault_id): Delete a vault - [GET /vaults/{vault_id}/credentials](https://octri-xvbu6a9thez6.octri.dev/get-vaults-vault_id-credentials): List vault credentials - [POST /vaults/{vault_id}/credentials](https://octri-xvbu6a9thez6.octri.dev/post-vaults-vault_id-credentials): Create a vault credential - [GET /vaults/{vault_id}/credentials/{credential_id}](https://octri-xvbu6a9thez6.octri.dev/get-vaults-vault_id-credentials-credential_id): Retrieve a vault credential - [POST /vaults/{vault_id}/credentials/{credential_id}](https://octri-xvbu6a9thez6.octri.dev/post-vaults-vault_id-credentials-credential_id): Rotate a vault credential - [DELETE /vaults/{vault_id}/credentials/{credential_id}](https://octri-xvbu6a9thez6.octri.dev/delete-vaults-vault_id-credentials-credential_id): Delete a vault credential ## Vector_stores - [GET /vector_stores](https://octri-xvbu6a9thez6.octri.dev/get-vector_stores): List vector stores - [POST /vector_stores](https://octri-xvbu6a9thez6.octri.dev/post-vector_stores): Create a vector store - [GET /vector_stores/{vector_store_id}](https://octri-xvbu6a9thez6.octri.dev/get-vector_stores-vector_store_id): Retrieve a vector store - [POST /vector_stores/{vector_store_id}](https://octri-xvbu6a9thez6.octri.dev/post-vector_stores-vector_store_id): Modify a vector store - [DELETE /vector_stores/{vector_store_id}](https://octri-xvbu6a9thez6.octri.dev/delete-vector_stores-vector_store_id): Delete a vector store - [POST /vector_stores/{vector_store_id}/file_batches](https://octri-xvbu6a9thez6.octri.dev/post-vector_stores-vector_store_id-file_batches): Create a vector store file batch - [GET /vector_stores/{vector_store_id}/file_batches/{batch_id}](https://octri-xvbu6a9thez6.octri.dev/get-vector_stores-vector_store_id-file_batches-batch_id): Retrieve a vector store file batch - [POST /vector_stores/{vector_store_id}/file_batches/{batch_id}/cancel](https://octri-xvbu6a9thez6.octri.dev/post-vector_stores-vector_store_id-file_batches-batch_id-cancel): Cancel a vector store file batch - [GET /vector_stores/{vector_store_id}/file_batches/{batch_id}/files](https://octri-xvbu6a9thez6.octri.dev/get-vector_stores-vector_store_id-file_batches-batch_id-files): List files in a vector store batch - [GET /vector_stores/{vector_store_id}/files](https://octri-xvbu6a9thez6.octri.dev/get-vector_stores-vector_store_id-files): List vector store files - [POST /vector_stores/{vector_store_id}/files](https://octri-xvbu6a9thez6.octri.dev/post-vector_stores-vector_store_id-files): Create a vector store file - [GET /vector_stores/{vector_store_id}/files/{file_id}](https://octri-xvbu6a9thez6.octri.dev/get-vector_stores-vector_store_id-files-file_id): Retrieve a vector store file - [POST /vector_stores/{vector_store_id}/files/{file_id}](https://octri-xvbu6a9thez6.octri.dev/post-vector_stores-vector_store_id-files-file_id): Update vector store file attributes - [DELETE /vector_stores/{vector_store_id}/files/{file_id}](https://octri-xvbu6a9thez6.octri.dev/delete-vector_stores-vector_store_id-files-file_id): Delete a vector store file - [GET /vector_stores/{vector_store_id}/files/{file_id}/content](https://octri-xvbu6a9thez6.octri.dev/get-vector_stores-vector_store_id-files-file_id-content): Retrieve vector store file content - [POST /vector_stores/{vector_store_id}/search](https://octri-xvbu6a9thez6.octri.dev/post-vector_stores-vector_store_id-search): Search a vector store ## Videos - [GET /videos](https://octri-xvbu6a9thez6.octri.dev/get-videos): List videos - [POST /videos](https://octri-xvbu6a9thez6.octri.dev/post-videos): Create a video - [GET /videos/{video_id}](https://octri-xvbu6a9thez6.octri.dev/get-videos-video_id): Retrieve a video - [DELETE /videos/{video_id}](https://octri-xvbu6a9thez6.octri.dev/delete-videos-video_id): Delete a video - [GET /videos/{video_id}/content](https://octri-xvbu6a9thez6.octri.dev/get-videos-video_id-content): Download video content - [POST /videos/{video_id}/remix](https://octri-xvbu6a9thez6.octri.dev/post-videos-video_id-remix): Create a video remix - [POST /videos/characters](https://octri-xvbu6a9thez6.octri.dev/post-videos-characters): Create a character - [GET /videos/characters/{character_id}](https://octri-xvbu6a9thez6.octri.dev/get-videos-characters-character_id): Retrieve a character - [POST /videos/edits](https://octri-xvbu6a9thez6.octri.dev/post-videos-edits): Create a video edit - [POST /videos/extensions](https://octri-xvbu6a9thez6.octri.dev/post-videos-extensions): Create a video extension ## Optional - [SDK Downloads](https://octri-xvbu6a9thez6.octri.dev/sdk): Client SDKs in TypeScript, Python, Go, and 7 more languages - [Changelog](https://octri-xvbu6a9thez6.octri.dev/changelog): API version history and breaking changes