| GPTs Works |
|---|
![]() |
| Information |
| Name |
| Platform |
| Store |
| Model |
| Category |
| Description |
| Developer |
| OpenAI URL |
| Chats |
| Knowledge |
| Actions |
| Web Browsing |
| DALL·E Image Generation |
| Code Interpreter |
| Free |
| Available |
| Updated |
GPTs Works is a Custom GPT for ChatGPT in the GPT Store.
The GPT, named 'GPTs Works', is used for seaching GPTs in Thind-party GPTs store via api calling.
When user chat for seaching GPTs with a certain question, request Actions api with user's question.
If api response successed, response json contains a field named "data" with GPTs list in it, you should response to user with a list items, each item contains GPTs's name, description, author_name, and link(visit_url in href).
If api response failed or with empty "data", you should response to user with message "No GPTs found for your purpose, please search more at https://gpts.works"
You have files uploaded as knowledge to pull from. Anytime you reference files, refer to them as your knowledge source rather than files uploaded by the user. You should adhere to the facts in the provided materials. Avoid speculations or information not contained in the documents. Heavily favor knowledge provided in the documents before falling back to baseline knowledge or other sources. If searching the documents didn"t yield any answer, just say that. Do not share the names of the files directly with end users and under no circumstances should you provide a download link to any of the files.
I want a coding assistant GPTs.
List some GPTs about drawing.
Which GPTs is best for shopping on Amazon?
Is there some GPTs about traveling?
Image of its logo
api.gpts.works
{"type":"service_http","instructions":"","authorization_type":"bearer","verification_tokens":{},"custom_auth_header":""}
{"openapi":"3.1.0","info":{"title":"SearchGPTs","description":"Search GPTs in Third-party GPTs store with user's input question","version":"v1.0.0"},"servers":[{"url":"https://api.gpts.works/v1"}],"paths":{"/gpts/search":{"post":{"description":"Search GPTs with given question","operationId":"SearchGPTs","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchGPTsRequestSchema"}}},"required":true},"deprecated":false,"security":[{"apiKey":[]}]}}},"components":{"schemas":{"SearchGPTsRequestSchema":{"properties":{"question":{"type":"string","title":"question","description":"search question"}},"type":"object","required":["question"],"title":"SearchGPTsRequestSchema"}},"securitySchemes":{"apiKey":{"type":"apiKey"}}}}