assistants

Upload Logo

Upload a logo image for an assistant.

post/api/assistants/{assistant_id}/logo

Path parameters

assistant_idstring uuid required

Response

Successful Response

model'gpt-4o'
instructionsstring nullable
knowledge_base_idstring uuid nullable required
context_limitinteger nullable

The maximum number of context chunks to include in a run.

codex_access_keystring nullable
codex_as_cacheboolean
namestring required

The name of the assistant

descriptionstring required

The description of the assistant

url_slugstring nullable

Optional URL suffix - unique identifier for the assistant's endpoint

suggested_questionsstring[]

A list of suggested questions that can be asked to the assistant

logo_s3_keystring nullable

S3 object key to the assistant's logo image

logo_textstring nullable

Text to display alongside the assistant's logo

idstring uuid required
created_atstring date-time required
updated_atstring date-time required
deleted_atstring date-time nullable required

Changes

Changed in 4 of the 26 revisions of this API.25

    • removed the optional property response_validation_config from the response with the 200 status

      response-optional-property-removed

    • removed the optional property tools from the response with the 200 status

      response-optional-property-removed

    • added the optional property codex_as_cache to the response with the 200 status

      response-optional-property-added

    • added the optional property hard_coded_queries to the response with the 200 status

      response-optional-property-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property response_validation_config to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property codex_access_key to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog