Hit the
Try it
button to try this API now in our playground. It’s the best way to check the full request and response in one place, customize your parameters, and generate ready-to-use code snippets.Sample Request
Use this API only if you plan to upload embeddings directly (via/upload/upload_embeddings
) and query them (via/embeddings/*
). For standard document, text/markdown, or webpage ingestion, use/user/create_tenant
instead.
Query Parameters
- tenant_id: Required string — The tenant identifier.
Sample Response
Error Responses
All endpoints return consistent error responses following the standard format. For detailed error information, see our Error Responses documentation.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Unique identifier for the tenant/organization
Example:
"tenant_1234"
Response
Successful Response
Identifier for the tenant/organization
Example:
"tenant_1234"
Identifier for the sub-tenant within the tenant
Example:
"sub_tenant_4567"
Indicates whether the embeddings tenant creation completed successfully
Example:
true
Status message about the tenant creation operation