Submit Artifact
Description
Input Schema
{
"description": "Submit artifact node input.",
"properties": {
"accessToken": {
"title": "Access Token",
"type": "string"
},
"title": {
"title": "Title",
"type": "string"
},
"url": {
"title": "URL",
"type": "string"
},
"description": {
"title": "Description",
"type": "string"
},
"thumbnail": {
"title": "Thumbnail",
"type": "string"
},
"video": {
"default": null,
"description": "Video",
"title": "Video",
"type": "string"
},
"category": {
"description": "Category",
"items": {
"type": "string"
},
"title": "Category",
"type": "array"
},
"author": {
"title": "Author",
"type": "string"
}
},
"required": [
"accessToken",
"title",
"url",
"description",
"thumbnail",
"category",
"author"
],
"title": "SubmitArtifactInput",
"type": "object"
}Output Schema
How It Works
Usage Examples
Example 1: Submit a Custom GPT
Example 2: Submit with Video Demo
Example 3: Submit Educational Tool
Common Use Cases
Error Handling
Error Type
Cause
Solution
Notes
Last updated