API Reference
Batch-fetch tag assignments for many prompts (data-table read path)
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
domainId*string
Public UUID of the domain whose tag library is addressed
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/domains/3fa85f64-5717-4562-b3fc-2c963f66afa6/tags/assignments-by-prompts" \ -H "Content-Type: application/json" \ -d '{}'{ "3fa85f64-5717-4562-b3fc-2c963f66afa6": [ { "tagId": "7c9e6679-7425-40de-944b-e07fc1f90ae7", "name": "High Priority" } ]}